diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-25 12:42:44 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-25 12:42:44 -0400 |
commit | 0bd8d065e4f697af43a9ec800f993b8d55197f8b (patch) | |
tree | 1b5711c1a40c753b309b7df51eb335eb03a782c2 /.config/sxhkd | |
parent | 6ccb0c265a8a5cd9d491f40c9812f84ad7fac4a9 (diff) | |
parent | 9248a57eca1186555d114ac6b2315d6c9381eee0 (diff) |
Merge branch 'master' of github.com:ChausseBenjamin/dotfiles
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" |