From ae9809b1d2ba4100678c01f3e3c5aa2bf0632407 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Mon, 14 Oct 2024 22:39:27 +0000 Subject: update man page --- config.h | 1 + dwm | Bin 77928 -> 78000 bytes dwm.1 | 9 +++++++++ dwm.o | Bin 69304 -> 69520 bytes 4 files changed, 10 insertions(+) diff --git a/config.h b/config.h index d5ee5ff..eeec412 100644 --- a/config.h +++ b/config.h @@ -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") }, }; diff --git a/dwm b/dwm index 0e304d7..40beb6a 100644 Binary files a/dwm and b/dwm differ diff --git a/dwm.1 b/dwm.1 index acf1ac8..a728190 100644 --- a/dwm.1 +++ b/dwm.1 @@ -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 diff --git a/dwm.o b/dwm.o index 59961b7..c33ead7 100644 Binary files a/dwm.o and b/dwm.o differ -- cgit v1.2.3