Seninha

Results 53 comments of Seninha

Hi, Supporting svg files would require depend on more libraries; and, regarding svg, the number of libraries that are complete, simple and with few dependencies is almost zero. Cairo and...

πmenu is heavily dependent on X11, it uses the XRender extension to draw anti-aliased stuff, the XSession extension to make the window a circle, and Xlib to handle input. It...

You will notice that πmenu does more stuff than its brother, [xmenu](https://github.com/phillbush/xmenu). For example, it watches for mouse button presses to display the pie menu (something that xmenu does not...

>Looks like your πmenu readme is wrong then, it says it needs something like xclickroot to start up. Fixed. More information in the manual. I added the root-click feature to...

πmenu depends heavily on Xlib and X extensions. Closing this issue as wontfix.

Last commit added a `BAR:` flag to set the percentage (an integer between 0 and 100) of a progress bar to be drawn below the text. On the history, you...

> In regards to history, is `$XNOTIFY_HISTORY` suppose to be the history file? If so, wont recalling history always come up with the last notification? Yes, it is supposed to...

>Close notification using keyboard binding You can send a `SIGUSR1` signal to xnotify to make it close notifications. Here is the snipped from my [sxhkd](https://github.com/baskerville/sxhkd) configuration file for closing notifications:...

>Yes, I thought about that as well, but it doesn't really have the same effect. Ideally I'd like the system to be "locked up" until I press ESC. I just...

>This introduces quite some changes, I hope I didn't break anything. I have tried to test it in all combinations I could think of (with/without image, vertical/not vertical, shrink/not shrink)....