diff options
Diffstat (limited to 'dwm')
| -rw-r--r-- | dwm/config.h | 25 | ||||
| -rwxr-xr-x | dwm/dwm | bin | 133704 -> 133728 bytes | |||
| -rw-r--r-- | dwm/thesiah.mom | 2 |
3 files changed, 13 insertions, 14 deletions
diff --git a/dwm/config.h b/dwm/config.h index 3004d3c..dae1d5a 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -6,20 +6,21 @@ #define BROWSER "firefox" #define BROWSERCLASS "Firefox" #define GAP 8 +#define PADDING 0 /* appearance */ -static unsigned int borderpx = 3; /* border pixel of windows */ -static unsigned int snap = 32; /* snap pixel */ -static unsigned int gappih = GAP; /* horiz inner gap between windows */ -static unsigned int gappiv = GAP; /* vert inner gap between windows */ -static unsigned int gappoh = GAP; /* horiz outer gap between windows and screen edge */ -static unsigned int gappov = GAP; /* vert outer gap between windows and screen edge */ -static int swallowfloating = 0; /* 1 means swallow floating windows by default */ -static int smartgaps = 0; /* 1 means no outer gap when there is only one window */ -static int showbar = 1; /* 0 means no bar */ -static int topbar = 1; /* 0 means bottom bar */ -static const int vertpad = GAP; /* vertical padding of bar */ -static const int sidepad = GAP; /* horizontal padding of bar */ +static unsigned int borderpx = 3; /* border pixel of windows */ +static unsigned int snap = 32; /* snap pixel */ +static unsigned int gappih = GAP; /* horiz inner gap between windows */ +static unsigned int gappiv = GAP; /* vert inner gap between windows */ +static unsigned int gappoh = GAP; /* horiz outer gap between windows and screen edge */ +static unsigned int gappov = GAP; /* vert outer gap between windows and screen edge */ +static int swallowfloating = 0; /* 1 means swallow floating windows by default */ +static int smartgaps = 0; /* 1 means no outer gap when there is only one window */ +static int showbar = 1; /* 0 means no bar */ +static int topbar = 1; /* 0 means bottom bar */ +static const int vertpad = PADDING; /* vertical padding of bar */ +static const int sidepad = PADDING; /* horizontal padding of bar */ static char *fonts[] = { "monospace:size=10", "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" }; Binary files differdiff --git a/dwm/thesiah.mom b/dwm/thesiah.mom index 6452983..2c970e2 100644 --- a/dwm/thesiah.mom +++ b/dwm/thesiah.mom @@ -434,8 +434,6 @@ To type capital letters, hold down the \f(CWShift\fP key\(emthat might sound lik \f(CWMOD+Shift+Right\fP \(en tagmon {.i=+1} .ITEM \f(CWMOD+Shift+Tab\fP \(en view {0} -.ITEM -\f(CWstaticKeycmdkeys[]={+\fP \(en staticKeycmdkeys[]={ .LIST OFF .HEADING 9 "Commands" .LI |
