mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-06 04:50:13 +01:00
dwm: Make tags clickable
This commit is contained in:
parent
05a796610c
commit
4b53002720
@ -255,6 +255,7 @@ in
|
||||
};
|
||||
|
||||
static const Button buttons[] = {
|
||||
{ ClkTagBar, 0, Button1, view, {0} },
|
||||
{ ClkClientWin, MODKEY, Button1, movemouse, {0} },
|
||||
{ ClkClientWin, MODKEY, Button3, resizemouse, {0} },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user