diff options
| author | tslil <> | 2021-07-25 18:12:57 -0400 |
|---|---|---|
| committer | tslil <> | 2021-07-25 18:12:57 -0400 |
| commit | 30d95d77e69ad9c3055881f900d6a204557aa191 (patch) | |
| tree | 35591799813f1587cb9844fa45a8e73663692863 /dwm-6.2/config.def.h | |
| parent | b5adde6a3727dab35a987467700c82f7478732ec (diff) | |
| parent | 0da02b29d9f7a90c6bfd6fadf299d12ea0142b92 (diff) | |
Merge branch 'master' of git.sr.ht:~tslil/dotfiles
Diffstat (limited to 'dwm-6.2/config.def.h')
| -rw-r--r-- | dwm-6.2/config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm-6.2/config.def.h b/dwm-6.2/config.def.h index 2d824d1..47f0981 100644 --- a/dwm-6.2/config.def.h +++ b/dwm-6.2/config.def.h @@ -2,6 +2,7 @@ /* appearance */ static const unsigned int borderpx = 1; /* 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 */ |
