aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKumar Damani <kdamani@kepler.space>2021-11-18 18:02:34 +0000
committerKumar Damani <kdamani@kepler.space>2021-11-18 18:02:34 +0000
commita28650f1c61b245e6a4564af2c1862d1ee065d02 (patch)
treed3baaef5854abcd2e2a440fc98a4296c8d0e6fed /config.h
parent1a685bd430f33e4fcbb600437960a2877c17cc04 (diff)
minor updates easyeffectsHEADpatched
Diffstat (limited to 'config.h')
-rw-r--r--config.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/config.h b/config.h
index 2bfd1bf..e1c3df1 100644
--- a/config.h
+++ b/config.h
@@ -5,8 +5,8 @@ static const unsigned int borderpx = 0; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const unsigned int gappih = 20; /* horiz inner gap between windows */
static const unsigned int gappiv = 20; /* vert inner gap between windows */
-static const unsigned int gappoh = 20; /* horiz outer gap between windows and screen edge */
-static const unsigned int gappov = 20; /* vert outer gap between windows and screen edge */
+static const unsigned int gappoh = 40; /* horiz outer gap between windows and screen edge */
+static const unsigned int gappov = 40; /* vert outer gap between windows and screen edge */
static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
@@ -39,7 +39,7 @@ static const Rule rules[] = {
{ "KeePassXC", NULL, NULL, 1 << 3, 0, -1, 0 },
{ "Mattermost", NULL, NULL, 1 << 0, 0, 0, 0 },
{ "Signal", NULL, NULL, 1 << 0, 0, 0, 0 },
- { "easyeffects", NULL, NULL, 1 << 6, 0, -1, 0 },
+ { "easyeffects", NULL, NULL, 1 << 5, 0, -1, 0 },
{ NULL, NULL, "scratchpad", 0, 1, -1, 's' },
};
@@ -77,11 +77,11 @@ static Key keys[] = {
{ MODKEY, XK_b, togglebar, {0} },
{ MODKEY, XK_j, focusstack, {.i = +1 } },
{ MODKEY, XK_k, focusstack, {.i = -1 } },
- { MODKEY, XK_i, incnmaster, {.i = +1 } },
- { MODKEY, XK_d, incnmaster, {.i = -1 } },
- { MODKEY, XK_h, setmfact, {.f = -0.05} },
- { MODKEY, XK_l, setmfact, {.f = +0.05} },
- { MODKEY, XK_equal, incrgaps, {.i = +2 } },
+ { MODKEY, XK_i, incnmaster, {.i = +1 } },
+ { MODKEY, XK_d, incnmaster, {.i = -1 } },
+ { MODKEY, XK_h, setmfact, {.f = -0.05} },
+ { MODKEY, XK_l, setmfact, {.f = +0.05} },
+ { MODKEY, XK_equal, incrgaps, {.i = +2 } },
{ MODKEY, XK_minus, incrgaps, {.i = -2 } },
{ MODKEY|ShiftMask, XK_equal, defaultgaps, {0} },
{ MODKEY|ShiftMask, XK_minus, togglegaps, {0} },
@@ -99,7 +99,7 @@ static Key keys[] = {
{ MODKEY, XK_period, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
- { MODKEY, XK_grave, togglescratch, {.v = scratchpadcmd } },
+ { MODKEY, XK_grave, togglescratch, {.v = scratchpadcmd } },
TAGKEYS( XK_1, 0)
TAGKEYS( XK_2, 1)
TAGKEYS( XK_3, 2)