diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-07 15:28:17 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-07 15:28:17 +0100 |
commit | e19d672de6d85291389202cfaa23536c12680d1e (patch) | |
tree | 7a771abf8a9a2612402847c1755ff5afd79a1e76 | |
parent | 3ca4c58c424389dca2c2d321fa85f63dcf0e5cb4 (diff) |
Add newsboat shortcut
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -164,6 +164,8 @@ static Key keys[] = { {MODKEY | ShiftMask, XK_e, spawn, SHCMD(TERMINAL " -e abook -C ~/.config/abook/abookrc --datafile " "~/.config/abook/addressbook")}, + {MODKEY | ShiftMask, XK_n, spawn, + SHCMD(TERMINAL " -e newsboat; pkill -RTMIN+6 dwmblocks")}, {MODKEY, XK_t, setlayout, {.v = &layouts[0]}}, /* tile */ {MODKEY | ShiftMask, XK_t, setlayout, {.v = &layouts[1]}}, /* bstack */ |