From 4b53002720f7c491fe416c6093f70634ac666b09 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 26 Aug 2024 06:34:09 -0400 Subject: [PATCH] dwm: Make tags clickable --- specializations/dwm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/specializations/dwm.nix b/specializations/dwm.nix index 085cb879..7500131f 100644 --- a/specializations/dwm.nix +++ b/specializations/dwm.nix @@ -255,6 +255,7 @@ in }; static const Button buttons[] = { + { ClkTagBar, 0, Button1, view, {0} }, { ClkClientWin, MODKEY, Button1, movemouse, {0} }, { ClkClientWin, MODKEY, Button3, resizemouse, {0} }, };