dwm

my dwm build
Log | Files | Refs | LICENSE

commit 0c0de9ee8dd2d7ac7f79e26415b5a73790d7d2ac
parent c138ee8d99cdacd2963e8f00953a20b6e36cc8d5
Author: ssnf <ssnf@ssnf.xyz>
Date:   Mon, 10 Oct 2022 16:53:18 +0000

shorcut

Diffstat:
Mconfig.h | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -42,7 +42,7 @@ static const Rule rules[] = { }; /* layout(s) */ -static const float mfact = 0.6; /* factor of master area size [0.05..0.95] */ +static const float mfact = 0.5; /* 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 */ @@ -73,6 +73,7 @@ static const char* browser[] = { "browser", NULL }; static const char* caps[] = { "setxkbmap", "-option", "caps:super", NULL }; static const char* color[] = { "colorpick", NULL }; static const char* cyclebg[] = { "cyclebg", NULL }; +static const char* cyclewe[] = { "cyclewe", NULL }; static const char* compositor[] = { "compositor", NULL }; static const char* dmenucmd[] = { "dmenu_run", "-m", dmenumon, NULL }; static const char* games[] = { "games", NULL }; @@ -96,6 +97,7 @@ static Key keys[] = { { MOD, XK_c, spawn, {.v = compositor} }, { MOD, XK_x, spawn, {.v = lock} }, { MOD, XK_F5, spawn, {.v = cyclebg} }, + { MOD|SHIFT, XK_F5, spawn, {.v = cyclewe} }, { MOD, XK_g, spawn, {.v = games} }, { 0, XF86XK_ScreenSaver, spawn, {.v = lock} }, { 0, XF86XK_Suspend, spawn, {.v = lock} },