diff options
| author | Sam Chudnick <sam@chudnick.com> | 2023-06-11 08:00:24 -0400 |
|---|---|---|
| committer | Sam Chudnick <sam@chudnick.com> | 2023-06-11 08:00:24 -0400 |
| commit | 12ce8bdd65d3b5fcd6e8227eaecd5f772a90f8da (patch) | |
| tree | 5be7566c5ef41877e1d03a013667fdae1aedf252 /.config/sxhkd/sxhkdrc | |
| parent | 9e82c96713989a7565eadac505b36e3dbe91cd5a (diff) | |
Configuration file updates and additions.
Diffstat (limited to '.config/sxhkd/sxhkdrc')
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index fb46187..3e8b165 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Lock screen | 1 | # Lock screen |
| 2 | super + shift + x | 2 | super + shift + x |
| 3 | lock | 3 | slock |
| 4 | 4 | ||
| 5 | # Take a screenshot | 5 | # Take a screenshot |
| 6 | super + Print | 6 | super + Print |
| @@ -14,7 +14,7 @@ super + F1 | |||
| 14 | 14 | ||
| 15 | # Cmus Bindings | 15 | # Cmus Bindings |
| 16 | super + m | 16 | super + m |
| 17 | urxvt -name "cmus" -e cmus; pkill -RTMIN+12 dwmblocks | 17 | st -name "cmus" -e cmus; pkill -RTMIN+12 dwmblocks |
| 18 | super + shift + m | 18 | super + shift + m |
| 19 | cmus-remote --raw q; pkill -RTMIN+12 dwmblocks | 19 | cmus-remote --raw q; pkill -RTMIN+12 dwmblocks |
| 20 | super + {comma, greater, less} | 20 | super + {comma, greater, less} |
| @@ -34,27 +34,25 @@ super + backslash | |||
| 34 | 34 | ||
| 35 | # Program Bindings | 35 | # Program Bindings |
| 36 | super + q | 36 | super + q |
| 37 | urxvt -e htop | 37 | st -e htop |
| 38 | super + w | 38 | super + w |
| 39 | wireshark | 39 | wireshark |
| 40 | super + e | 40 | super + e |
| 41 | urxvt -e firejail neomutt | 41 | ~/.local/bin/getmail & st -e firejail neomutt |
| 42 | super + shift + e | 42 | super + shift + e |
| 43 | ~/.local/bin/getmail | 43 | ~/.local/bin/getmail |
| 44 | super + r | 44 | super + r |
| 45 | urxvt -e firejail newsboat | 45 | st -e newsboat |
| 46 | super + a | 46 | super + a |
| 47 | urxvt -e calcurse -D ~/.config/calcurse | 47 | st -e calcurse |
| 48 | super + s | ||
| 49 | firejail steam | ||
| 50 | super + shift + s | ||
| 51 | kill-steam | ||
| 52 | super + d | 48 | super + d |
| 53 | dmenu_run | 49 | dmenu_run |
| 54 | super + f | 50 | super + f |
| 55 | firejail firefox | 51 | firejail firefox |
| 56 | super + shift + f | 52 | super + shift + f |
| 57 | firefox | 53 | firefox |
| 54 | super + g | ||
| 55 | moonlight | ||
| 58 | super + z | 56 | super + z |
| 59 | $HOME/.local/bin/getpass | 57 | $HOME/.local/bin/getpass |
| 60 | super + shift + z | 58 | super + shift + z |
| @@ -62,11 +60,9 @@ super + shift + z | |||
| 62 | super + x | 60 | super + x |
| 63 | keepassxc | 61 | keepassxc |
| 64 | super + c | 62 | super + c |
| 65 | urxvt -e clibrary | 63 | firejail jellyfinmediaplayer |
| 66 | super + v | ||
| 67 | virt-manager | ||
| 68 | super + Return | 64 | super + Return |
| 69 | urxvt | 65 | tabbed st -w |
| 70 | 66 | ||
| 71 | # Function Key Bindings | 67 | # Function Key Bindings |
| 72 | 68 | ||
