diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2022-05-23 23:35:24 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2022-05-27 16:05:09 +1200 |
commit | c6a1f6acade972bdc72c6b5855c4323ea34c546e (patch) | |
tree | bd7f6e864cc3660afb80cba6a85e1c400cec0ad5 /sxhkd | |
parent | Bump up shell history limits (diff) | |
download | dotfiles-c6a1f6acade972bdc72c6b5855c4323ea34c546e.tar.gz dotfiles-c6a1f6acade972bdc72c6b5855c4323ea34c546e.zip |
Use parents for terser sxhkdrc
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/sxhkdrc | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index f8a44ebf..5bde082e 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -1,14 +1,8 @@ super + Return x-terminal-emulator -super + control + Return - x-terminal-emulator -e sh - -super + shift + Return - x-terminal-emulator -e ksh - -super + alt + Return - x-terminal-emulator -e zsh +super + {control,shift,alt} + Return + x-terminal-emulator -e {sh,ksh,zsh} super + b x-www-browser @@ -49,11 +43,8 @@ Pause XF86AudioMute pactl set-sink-mute @DEFAULT_SINK@ toggle -XF86AudioRaiseVolume - pactl set-sink-volume @DEFAULT_SINK@ +5% - -XF86AudioLowerVolume - pactl set-sink-volume @DEFAULT_SINK@ -5% +XF86Audio{Lower,Raise}Volume + pactl set-sink-volume @DEFAULT_SINK@ {-5%,+5%} XF86Calculator x-terminal-emulator -e bcq |