From 15157e4632701c6f536a84618be21db5a286a202 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 25 Aug 2024 13:10:50 -0400 Subject: [PATCH] dwm: Remove unused TAGKEYS Not necessary since we made our own simple dwm setup focused more on the idea of workspaces than tags. --- specializations/dwm.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/specializations/dwm.nix b/specializations/dwm.nix index 95d0bf93..965f2ca7 100644 --- a/specializations/dwm.nix +++ b/specializations/dwm.nix @@ -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" };