diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-08 14:07:05 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-08 14:07:05 -0400 |
commit | 8b5a525a8c85001b32a16e22df53684a40148f2b (patch) | |
tree | 9a534f08a394d153ea8362bcb5218d7ccae2cc3d /.config/sxhkd | |
parent | 2ba3f71fe4040776e22437e8bd2625eca42cfb75 (diff) |
newsboat keybinding updates dwmblocks
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 42123b2..7c0abd4 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -136,7 +136,7 @@ super + shift + e killall calcurse || $TERMINAL -t dropdown_calendar -e calcurse ## TUI RSS Reader (newsboat) super + n - killall newsboat || $TERMINAL -e newsboat ; dwmbar + killall newsboat || $TERMINAL -e newsboat ; kill -37 $(pidof dwmblocks) #-# Floating Apps/Utilities #-# ## Network Manager |