diff options
author | awy <awy@awy.one> | 2024-11-25 02:03:38 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-25 02:03:38 +0300 |
commit | ae955a003774beac9140cc1aa09342b133ad6e5f (patch) | |
tree | f006d37982cf544de1b800aa06a1a16a9b287475 /config.def.h | |
parent | 6c71120094e187374e99ed50ef004a17b025f5ab (diff) |
newsboat bind
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} }, |