diff options
Diffstat (limited to '.repos/dwm/config.h')
-rw-r--r-- | .repos/dwm/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.repos/dwm/config.h b/.repos/dwm/config.h index a22059a..eef6a71 100644 --- a/.repos/dwm/config.h +++ b/.repos/dwm/config.h @@ -177,6 +177,9 @@ static Key keys[] = { /* V is automatically bound above in STACKKEYS */ { MODKEY, XK_b, togglebar, { 0 } }, + { MODKEY, XK_space, zoom, { 0 } }, + { MODKEY | ShiftMask, XK_space, togglefloating, { 0 } }, + { 0, XF86XK_MonBrightnessUp, spawn, SHCMD("xbacklight -inc 15") }, { 0, XF86XK_MonBrightnessDown, spawn, SHCMD("xbacklight -dec 15") }, }; |