mirror of
git://git.suckless.org/dmenu
synced 2025-12-17 12:43:07 +01:00
implemented early keyboard grab for dmenu with a timeout for stdin data writers to prevent endless grabbings of the keyboard
This commit is contained in:
@@ -8,3 +8,4 @@
|
||||
#define SELFGCOLOR "#eeeeee"
|
||||
#define NORMBGCOLOR "#333366"
|
||||
#define NORMFGCOLOR "#cccccc"
|
||||
#define STDIN_TIMEOUT 3 /* seconds */
|
||||
|
||||
Reference in New Issue
Block a user