diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/config.def.h b/config.def.h index b8e202d..b678309 100644 --- a/config.def.h +++ b/config.def.h | |||
| @@ -1,7 +1,4 @@ | |||
| 1 | /* See LICENSE file for copyright and license details. */ | 1 | static const unsigned int borderpx = 0; /* border pixel of windows */ |
| 2 | |||
| 3 | /* appearance */ | ||
| 4 | static const unsigned int borderpx = 1; /* border pixel of windows */ | ||
| 5 | static const unsigned int snap = 32; /* snap pixel */ | 2 | static const unsigned int snap = 32; /* snap pixel */ |
| 6 | static const unsigned int gappih = 10; /* horiz inner gap between windows */ | 3 | static const unsigned int gappih = 10; /* horiz inner gap between windows */ |
| 7 | static const unsigned int gappiv = 10; /* vert inner gap between windows */ | 4 | static const unsigned int gappiv = 10; /* vert inner gap between windows */ |
| @@ -33,13 +30,13 @@ static const Rule rules[] = { | |||
| 33 | */ | 30 | */ |
| 34 | /* class instance title tags mask isfloating isterminal noswallow monitor */ | 31 | /* class instance title tags mask isfloating isterminal noswallow monitor */ |
| 35 | { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 }, | 32 | { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 }, |
| 36 | { "Firefox", NULL, NULL, 1 << 8, 0, 0, -1, -1 }, | 33 | { "Brave", NULL, NULL, 1 << 8, 0, 0, -1, -1 }, |
| 37 | { "St", NULL, NULL, 0, 0, 1, 0, -1 }, | 34 | { "St", NULL, NULL, 0, 0, 1, 0, -1 }, |
| 38 | { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ | 35 | { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ |
| 39 | }; | 36 | }; |
| 40 | 37 | ||
| 41 | /* layout(s) */ | 38 | /* layout(s) */ |
| 42 | static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */ | 39 | static const float mfact = 0.50; /* factor of master area size [0.05..0.95] */ |
| 43 | static const int nmaster = 1; /* number of clients in master area */ | 40 | static const int nmaster = 1; /* number of clients in master area */ |
| 44 | static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */ | 41 | static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */ |
| 45 | static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ | 42 | static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ |
