aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-05-23 17:01:10 -0700
committerFuwn <[email protected]>2024-05-23 17:01:10 -0700
commit7122b817bdc4f56adb8d77b548477a6dc1089987 (patch)
treed69b4739acdf617b0bed96e98953df19352f403b /config.h
parentfeat(config.h): replace default programs (diff)
downloadseiwm-7122b817bdc4f56adb8d77b548477a6dc1089987.tar.xz
seiwm-7122b817bdc4f56adb8d77b548477a6dc1089987.zip
feat(config.h): reactive togglebar
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 4bdc12b..d5f9be4 100644
--- a/config.h
+++ b/config.h
@@ -238,7 +238,7 @@ static const Key keys[] = {
/* { MODKEY, XK_c, spawn, {.v = (const char*[]){ TERMINAL, "-e", "profanity", NULL } } }, */
/* { MODKEY|ShiftMask, XK_c, spawn, SHCMD("") }, */
/* V is automatically bound above in STACKKEYS */
- { MODKEY, XK_b, togglebar, {0} },
+ { MODKEY, XK_b, togglebar, {.i = 2} },
/* { MODKEY|ShiftMask, XK_b, spawn, SHCMD("") }, */
/* { MODKEY, XK_n, spawn, {.v = (const char*[]){ TERMINAL, "-e", "nvim", "-c", "VimwikiIndex", NULL } } }, */
{ MODKEY|ShiftMask, XK_n, spawn, SHCMD(BROWSER " https://sumi.news ; pkill -RTMIN+6 dwmblocks") },