diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2021-01-20 21:22:04 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2021-01-20 21:22:04 -0500 |
commit | 3a6483c9b825b6204922f3925dad13d77ce02b23 (patch) | |
tree | 3a0b3c8cdffb0892d2ed66e7e790bc0a50fce678 /.config/sxhkd | |
parent | 4a73f6b7c560a53a7f6fe3bff54a06671fea6109 (diff) |
housekeeping
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index ea9de01..55ff74f 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -131,6 +131,9 @@ super + w ## TUI Email Client (neomutt) super + e killall neomutt || $TERMINAL -e neomutt && mw -Y +## TUI calendar (calendar.vim) +super + shift + e + $TERMINAL -t calendar -e nvim -c ":Calendar -view=week -first_day=monday" ## TUI RSS Reader (newsboat) super + n killall newsboat || $TERMINAL -e newsboat ; kill -37 $(pidof dwmblocks) |