aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorawy <awy@awy.one>2024-11-25 01:54:09 +0300
committerawy <awy@awy.one>2024-11-25 01:54:09 +0300
commit6c71120094e187374e99ed50ef004a17b025f5ab (patch)
tree856ec5a2e8def9a6bbba0f7287fb4b0fd393aadf /config.h
parent3b493b60a947f8cb5176336092c04e061018a638 (diff)
neomutt bind
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.h b/config.h
index 609ff40..32570ad 100644
--- a/config.h
+++ b/config.h
@@ -154,6 +154,7 @@ static const Key keys[] = {
{ MODKEY, XKB_KEY_w, spawn, {.v = browsercmd} },
{ MODKEY, XKB_KEY_m, spawn, {.v = spotifyplayer} },
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_S, spawn, {.v = snip} },
+ { MODKEY, XKB_KEY_e, spawn, SHCMD("foot -e neomutt ; pkill -RTMIN+12 someblocks") },
{ MODKEY, XKB_KEY_b, togglebar, {0} },
{ MODKEY, XKB_KEY_j, focusstack, {.i = +1} },
{ MODKEY, XKB_KEY_k, focusstack, {.i = -1} },
@@ -173,8 +174,6 @@ static const Key keys[] = {
{ MODKEY, XKB_KEY_Tab, view, {0} },
{ MODKEY, XKB_KEY_q, killclient, {0} },
{ MODKEY, XKB_KEY_t, setlayout, {.v = &layouts[0]} },
- { MODKEY, XKB_KEY_e, setlayout, {.v = &layouts[1]} },
- /*{ MODKEY, XKB_KEY_m, setlayout, {.v = &layouts[2]} },*/
{ MODKEY, XKB_KEY_p, setlayout, {0} },
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_space, togglefloating, {0} },
{ MODKEY, XKB_KEY_f, togglefullscreen, {0} },