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:
Donovan Glover 2024-08-25 13:10:50 -04:00
parent 6c561ee4ba
commit 15157e4632
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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" };