commit b60ef99883465471a7a4cedba39514f5e8cef0af parent 40981e9ef0afbea8f47dae7d07186f7f239cc8fa Author: miksa <milutin@popovic.xyz> Date: Wed, 18 Oct 2023 17:16:02 +0100 add more gaps Diffstat:
| M | config.def.h | | | 6 | +++--- |
| M | config.h | | | 6 | +++--- |
| M | dwm | | | 0 | |
| M | dwm.o | | | 0 |
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/config.def.h b/config.def.h @@ -7,9 +7,9 @@ static unsigned int borderpx = 2; /* border pixel of windows */ static unsigned int snap = 32; /* snap pixel */ static const unsigned int gappih = 10; /* 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 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 = 10; /* 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 swallowfloating = 0; /* 1 means swallow floating windows by default */ static int showbar = 1; /* 0 means no bar */ diff --git a/config.h b/config.h @@ -7,9 +7,9 @@ static unsigned int borderpx = 2; /* border pixel of windows */ static unsigned int snap = 32; /* snap pixel */ static const unsigned int gappih = 10; /* 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 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 = 10; /* 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 swallowfloating = 0; /* 1 means swallow floating windows by default */ static int showbar = 1; /* 0 means no bar */ diff --git a/dwm b/dwm Binary files differ. diff --git a/dwm.o b/dwm.o Binary files differ.