diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2024-10-14 22:39:27 +0000 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-03-31 18:31:28 +0100 |
| commit | ae9809b1d2ba4100678c01f3e3c5aa2bf0632407 (patch) | |
| tree | a958a8a5b855234609fdf86b3517e5b24c54c261 | |
| parent | 72176bd5550d4ddd5ff054676662a433299953ef (diff) | |
update man page
| -rw-r--r-- | config.h | 1 | ||||
| -rw-r--r-- | dwm | bin | 77928 -> 78000 bytes | |||
| -rw-r--r-- | dwm.1 | 9 | ||||
| -rw-r--r-- | dwm.o | bin | 69304 -> 69520 bytes |
4 files changed, 10 insertions, 0 deletions
@@ -163,6 +163,7 @@ static const Key keys[] = { { MODKEY, XK_Insert, spawn, SHCMD("setxkmap gb; xdotool type $(grep -v '^#' ~/.local/bin/bookmarksfile | dmenu -i -l 50)") }, { MODKEY, XK_v, spawn, SHCMD("~/.local/bin/qemu-dmenu") }, { MODKEY, XK_c, spawn, SHCMD("~/.local/bin/calculator") }, + { MODKEY, XK_x, spawn, SHCMD("xkill") }, { MODKEY|ShiftMask, XK_End, spawn, SHCMD("pkill X") }, }; @@ -147,6 +147,15 @@ View all windows with nth tag. .B Super\-0 View all windows with any tag. .TP +.B Super\-Minus +Decrease size of gaps around windows. +.TP +.B Super\-Equals +Increase size of gaps around windows. +.TP +.B Super\-Shift\-Equals +Remove gaps around windows. +.TP .B Super\-Control\-[1..n] Add/remove all windows with nth tag to/from the view. .TP Binary files differ |
