mirror of
git://git.suckless.org/dwm
synced 2025-07-31 12:12:14 -07:00
removed NUMLOCKMASK, added dynamically calculated numlockmask instead
This commit is contained in:
@@ -13,7 +13,6 @@ const char *tags[] = { "work", "net", "fnord", NULL };
|
||||
#define FGCOLOR "#eeeeee"
|
||||
#define BORDERCOLOR "#3f484d"
|
||||
#define MODKEY Mod1Mask
|
||||
#define NUMLOCKMASK Mod2Mask
|
||||
#define MASTERW 60 /* percent */
|
||||
|
||||
#define KEYS \
|
||||
|
Reference in New Issue
Block a user