mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-07 06:29:00 +01:00
dwm: Remove unused TAGKEYS
Not necessary since we made our own simple dwm setup focused more on the idea of workspaces than tags.
This commit is contained in:
parent
6c561ee4ba
commit
15157e4632
@ -205,9 +205,6 @@ in
|
||||
};
|
||||
|
||||
#define MODKEY Mod4Mask
|
||||
#define TAGKEYS(KEY,TAG) \
|
||||
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \
|
||||
{ MODKEY|ShiftMask, KEY, tag, {.ui = 1 << TAG} },
|
||||
|
||||
static char dmenumon[2] = "0";
|
||||
static const char *dmenucmd[] = { "rofi", "-show", "drun" };
|
||||
|
Loading…
Reference in New Issue
Block a user