diff options
| author | tslil clingman <> | 2021-04-25 23:01:38 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2021-04-25 23:02:40 -0400 |
| commit | e469bd55a8ab029140a3b36ac1ef11ef1abff95b (patch) | |
| tree | 8e845a0f32fd8ce2eef0e88a09158e09b651619c /qubes-dwm-6.2/config.def.h | |
| parent | 738457bcaae5605c82899e96527e2e9db8673414 (diff) | |
Added useless gaps
Diffstat (limited to 'qubes-dwm-6.2/config.def.h')
| -rw-r--r-- | qubes-dwm-6.2/config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qubes-dwm-6.2/config.def.h b/qubes-dwm-6.2/config.def.h index b8476b5..6b6954b 100644 --- a/qubes-dwm-6.2/config.def.h +++ b/qubes-dwm-6.2/config.def.h @@ -2,6 +2,7 @@ /* appearance */ static const unsigned int borderpx = 2; /* border pixel of windows */ +static const unsigned int gappx = 6; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */ static const unsigned int systrayspacing = 2; /* systray spacing */ |
