dzen icon indicating copy to clipboard operation
dzen copied to clipboard

Dzen is a general purpose messaging, notification and menuing program for X11.

Results 46 dzen issues
Sort by recently updated
recently updated
newest added

available here (migrated with svn2git) https://gitorious.org/drzraf/dzen/

This is referencing the issue [on google code](https://code.google.com/p/dzen/issues/detail?id=5) reported earlier by someone else and seems to have been lost in the transition to github. I have this same problem.

Consider this example: dzen2 \ -fg black \ -w 300 \ -h 30 \ -l 3 \ -p \ -m \ -e 'onstart=uncollapse,grabkeys,scrollhome;button4=scrollup;key_k=scrollup;button5=scrolldown;key_j=scrolldown;key_Escape=ungrabkeys,exit;button1=ungrabkeys,menuprint,exit;key_Return=ungrabkeys,menuprint,exit'

- add cache of xft font - add cache of color (XAllocNamedColor) - increase size of MAX_LINE_LEN from 8k to 256k. 8k is too small for my case. With font...

Added `^left()`, `^center()`, and `^right()` commands. With these commands, there's no longer a need to run multiple instances of dzen2 or use the `-expand` parameter. Each new command will copy...