aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorphilw <dscr@duck.com>2024-02-18 12:50:42 +0100
committerphilw <dscr@duck.com>2024-02-18 12:50:42 +0100
commitafe7f928e1661de422cb3620b724dd3ffcf63f60 (patch)
treea3b75733552c71667aed666abde5fdc6f61f8806 /config.def.h
parent2807bbc931a63fddef7c099054b665a5ce71bee4 (diff)
downloaddwm-afe7f928e1661de422cb3620b724dd3ffcf63f60.tar.gz
dwm-afe7f928e1661de422cb3620b724dd3ffcf63f60.zip
Update dwm
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h9
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. */ 1static const unsigned int borderpx = 0; /* border pixel of windows */
2
3/* appearance */
4static const unsigned int borderpx = 1; /* border pixel of windows */
5static const unsigned int snap = 32; /* snap pixel */ 2static const unsigned int snap = 32; /* snap pixel */
6static const unsigned int gappih = 10; /* horiz inner gap between windows */ 3static const unsigned int gappih = 10; /* horiz inner gap between windows */
7static const unsigned int gappiv = 10; /* vert inner gap between windows */ 4static 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) */
42static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */ 39static const float mfact = 0.50; /* factor of master area size [0.05..0.95] */
43static const int nmaster = 1; /* number of clients in master area */ 40static const int nmaster = 1; /* number of clients in master area */
44static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */ 41static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */
45static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ 42static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */