From a28650f1c61b245e6a4564af2c1862d1ee065d02 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Thu, 18 Nov 2021 13:02:34 -0500 Subject: minor updates easyeffects --- config.h | 18 +++++++++--------- 1 file 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) -- cgit v1.2.3