diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2022-02-28 01:55:16 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2022-02-28 01:55:16 +0530 |
commit | 1fa4de24c6ad697361b89c5aef12f516e1d2ec45 (patch) | |
tree | 34380d40ad153e810c49ce967d17f0efdc0b128f | |
parent | 03a07bac5e0e6fe32736056f5fd9cc538bbe97b2 (diff) | |
download | dwm-1fa4de24c6ad697361b89c5aef12f516e1d2ec45.tar.gz dwm-1fa4de24c6ad697361b89c5aef12f516e1d2ec45.tar.bz2 dwm-1fa4de24c6ad697361b89c5aef12f516e1d2ec45.zip |
low gaps
-rw-r--r-- | config.h | 8 | ||||
-rwxr-xr-x | dwm | bin | 82520 -> 82520 bytes | |||
-rw-r--r-- | dwm.o | bin | 81024 -> 81024 bytes |
3 files changed, 4 insertions, 4 deletions
@@ -7,10 +7,10 @@ /* appearance */ static const unsigned int borderpx = 3; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ -static const unsigned int gappih = 10; /* horiz inner gap between windows */ -static const unsigned int gappiv = 10; /* vert inner gap between windows */ -static const unsigned int gappoh = 10; /* horiz outer gap between windows and screen edge */ -static const unsigned int gappov = 30; /* vert outer gap between windows and screen edge */ +static const unsigned int gappih = 5; /* horiz inner gap between windows */ +static const unsigned int gappiv = 5; /* vert inner gap between windows */ +static const unsigned int gappoh = 5; /* horiz outer gap between windows and screen edge */ +static const unsigned int gappov = 5; /* vert outer gap between windows and screen edge */ static int smartgaps = 0; /* 1 means no outer gap when there is only one window */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ Binary files differBinary files differ |