diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 32570ad..9ca8058 100644 --- a/config.def.h +++ b/config.def.h @@ -155,6 +155,7 @@ static const Key keys[] = { { 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|WLR_MODIFIER_SHIFT, XKB_KEY_N, spawn, SHCMD("foot -e newsboat ; pkill -RTMIN+6 someblocks") }, { MODKEY, XKB_KEY_b, togglebar, {0} }, { MODKEY, XKB_KEY_j, focusstack, {.i = +1} }, { MODKEY, XKB_KEY_k, focusstack, {.i = -1} }, |