diff --git a/specializations/dwm.nix b/specializations/dwm.nix index 55931566..95d0bf93 100644 --- a/specializations/dwm.nix +++ b/specializations/dwm.nix @@ -227,6 +227,7 @@ in { MODKEY, XK_p, spawn, {.v = dmenucmd } }, { MODKEY, XK_b, togglebar, {0} }, { MODKEY, XK_f, togglefullscr, {0} }, + { MODKEY, XK_v, togglefloating, {0} }, { MODKEY, XK_j, focusstack, {.i = +1 } }, { MODKEY, XK_k, focusstack, {.i = -1 } }, { MODKEY, XK_h, setmfact, {.f = -0.05} }, @@ -249,7 +250,6 @@ in static const Button buttons[] = { { ClkClientWin, MODKEY, Button1, movemouse, {0} }, - { ClkClientWin, MODKEY, Button2, togglefloating, {0} }, { ClkClientWin, MODKEY, Button3, resizemouse, {0} }, }; '';