diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-20 14:19:17 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-20 14:19:17 -0400 |
commit | a19df8b619e13e6f3065b612482110077ede4ef6 (patch) | |
tree | 65bb61d288c9562a5f819fb2889cd0c3cf85475e /.config/sxhkd | |
parent | 3328536d241563d00af79cb7307cdee022e83e05 (diff) |
Update mail status bar dynamically
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 b8e5261..2ff1a2b 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -133,7 +133,7 @@ super + w $BROWSER ## TUI Email Client (neomutt) super + e - killall neomutt || $TERMINAL -e neomutt && mw -Y + kill -46 $(pidof dwmblocks) && killall neomutt || $TERMINAL -e neomutt && kill -46 $(pidof dwmblocks) ## TUI calendar (calendar.vim) super + shift + e $TERMINAL -t calendar -e nvim -c ":Calendar -view=week -first_day=monday" |