dzen
dzen copied to clipboard
Dzen is a general purpose messaging, notification and menuing program for X11.
Hi, Im pretty happy with dzen and its scriptable capabilties. Aside from a general menu-like program, I also use it as a statusbar. I have however struggled with alignment issues....
otherwise a 1px border will stay visible. This is especially annoying in bottom-placement.
Add: ^scrollup(n) ^scrolldown(n) This ability is available as scrollup:n action for events, but not during "runtime".
Pretty much copied from main.c and draw.c.
It's not possible to use multiple fonts in dzen2 :-( Should be able to say `xft:Font Awesome:size=9,xft:Fira Sans:size=9` and it should try showing characters from the first font if they...
I have a script which opens dzen2 and accepts a single key (and then does something and exits). If I use event string: entertitle=grabkeys;enterslave=grabkeys;onstart=uncollapse,grabkeys then it works fine when I...
I get a segfault when clicking on a menu item with this command: echo -e "^fg(yellow)menu^fg()\none\ntwo\nthree\nfour\nfive\nsix\n" | ./dzen2 -l 7 -x 400 -y 200 -w 200 -p -m -e 'onstart=uncollapse;button1=menuprint'...
I have both `key_Return=menuprint;` and `button1=menuprint;` as events. Pressing button1 works as it should, but pressing Return will only work the first time. After that, nothing appears on stdout if...
Currently, if the tags `^p(_LEFT)`, `^p(_CENTER)` or `^p(_RIGHT)` are used, only the cursor is moved. This causes all following text to be drawn after the cursor rather than it being...