diff options
author | Sam Chudnick <sam@chudnick.com> | 2022-06-16 21:08:10 -0400 |
---|---|---|
committer | Sam Chudnick <sam@chudnick.com> | 2022-06-16 21:08:10 -0400 |
commit | 04e21f7a1d0f699e4e16fa4cfde04076520e2ff4 (patch) | |
tree | 825a27c81b064a1527aee409062426adf1e41ed4 | |
parent | b18ff21a81b556f60432c2ed3a3c483bc448b669 (diff) |
Added several new bindings and changed one
Added new bindings for mail sync script and password manager scripts.
Changed ranger binding to launch newsboat instead.
-rw-r--r-- | .config/sxhkd/sxhkdrc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index bf155cf..fb46187 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc | |||
@@ -39,8 +39,10 @@ super + w | |||
39 | wireshark | 39 | wireshark |
40 | super + e | 40 | super + e |
41 | urxvt -e firejail neomutt | 41 | urxvt -e firejail neomutt |
42 | super + shift + e | ||
43 | ~/.local/bin/getmail | ||
42 | super + r | 44 | super + r |
43 | urxvt -e ranger | 45 | urxvt -e firejail newsboat |
44 | super + a | 46 | super + a |
45 | urxvt -e calcurse -D ~/.config/calcurse | 47 | urxvt -e calcurse -D ~/.config/calcurse |
46 | super + s | 48 | super + s |
@@ -53,6 +55,10 @@ super + f | |||
53 | firejail firefox | 55 | firejail firefox |
54 | super + shift + f | 56 | super + shift + f |
55 | firefox | 57 | firefox |
58 | super + z | ||
59 | $HOME/.local/bin/getpass | ||
60 | super + shift + z | ||
61 | $HOME/.local/bin/getpass-otp | ||
56 | super + x | 62 | super + x |
57 | keepassxc | 63 | keepassxc |
58 | super + c | 64 | super + c |