aboutsummaryrefslogtreecommitdiff
path: root/dwm/config.def.h.orig
diff options
context:
space:
mode:
authorCori Barker <coribarker2@gmail.com>2026-02-08 15:17:38 +0000
committerCori Barker <coribarker2@gmail.com>2026-02-08 15:17:38 +0000
commitea8cdba402dbed7aae9f87682e6064860ba0b7ad (patch)
treeb1d96b25af0d08c64b2b3044596d4b42be1b4451 /dwm/config.def.h.orig
parent07f0fdd5803a41651e615fb83b7f884c18d23815 (diff)
Patches to dwm
Diffstat (limited to 'dwm/config.def.h.orig')
-rwxr-xr-xdwm/config.def.h.orig4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm/config.def.h.orig b/dwm/config.def.h.orig
index cd99ccc..ef36491 100755
--- a/dwm/config.def.h.orig
+++ b/dwm/config.def.h.orig
@@ -2,7 +2,6 @@
/* 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 int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
@@ -35,7 +34,7 @@ static const Rule rules[] = {
/* layout(s) */
static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */
static const int nmaster = 1; /* number of clients in master area */
-static const int resizehints = 0; /* 1 means respect size hints in tiled resizals */
+static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */
static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */
static const int refreshrate = 120; /* refresh rate (per second) for client move/resize */
@@ -79,6 +78,7 @@ static const Key keys[] = {
{ MODKEY, XK_t, setlayout, {.v = &layouts[0]} },
{ MODKEY, XK_f, setlayout, {.v = &layouts[1]} },
{ MODKEY, XK_m, setlayout, {.v = &layouts[2]} },
+ { MODKEY|ShiftMask, XK_f, fullscreen, {0} },
{ MODKEY, XK_space, setlayout, {0} },
{ MODKEY|ShiftMask, XK_space, togglefloating, {0} },
{ MODKEY, XK_0, view, {.ui = ~0 } },