diff options
author | Joe <rbo@gmx.us> | 2025-02-28 21:58:54 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-02-28 21:58:54 +0100 |
commit | fe6867a4356e64d4db71192967e8a30bccdeb429 (patch) | |
tree | 650961fb959330c51ca59731caa08bcd8964b928 /config.def.h | |
parent | underlined2 (diff) | |
download | dwl-fe6867a4356e64d4db71192967e8a30bccdeb429.tar.gz dwl-fe6867a4356e64d4db71192967e8a30bccdeb429.tar.bz2 dwl-fe6867a4356e64d4db71192967e8a30bccdeb429.tar.xz dwl-fe6867a4356e64d4db71192967e8a30bccdeb429.tar.zst dwl-fe6867a4356e64d4db71192967e8a30bccdeb429.zip |
oh good generic gaps
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index d69aa87..e9154fd 100644 --- a/config.def.h +++ b/config.def.h @@ -7,6 +7,12 @@ static const int sloppyfocus = 0; /* focus follows mouse */ static const int bypass_surface_visibility = 0; /* 1 means idle inhibitors will disable idle tracking even if it's surface isn't visible */ static const unsigned int borderpx = 3; /* border pixel of windows */ +static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */ +static const int monoclegaps = 0; /* 1 means outer gaps in monocle layout */ +static const unsigned int gappih = 6; /* horiz inner gap between windows */ +static const unsigned int gappiv = 6; /* vert inner gap between windows */ +static const unsigned int gappoh = 0; /* horiz outer gap between windows and screen edge */ +static const unsigned int gappov = 0; /* vert outer gap between windows and screen edge */ static const int showbar = 0; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { "BigBlueTermPlus Nerd Font:size=14" }; |