dotfiles-old/.config/sxhkd/sxhkdrc

34 lines
833 B
Plaintext
Raw Normal View History

2022-03-10 03:42:22 +00:00
XF86AudioRaiseVolume
pulsemixer --change-volume +1 && pkill sleep -P "$(cat ~/.cache/statusbar_pid )"
#amixer sset Master 1%+ && pkill sleep -P "$(cat ~/.cache/statusbar_pid )"
XF86AudioLowerVolume
pulsemixer --change-volume -1 && pkill sleep -P "$(cat ~/.cache/statusbar_pid )"
#amixer sset Master 1%- && pkill sleep -P "$(cat ~/.cache/statusbar_pid )"
XF86AudioMute
pulsemixer --toggle-mute && pkill sleep -P "$(cat ~/.cache/statusbar_pid )"
#amixer sset Master toggle && pkill sleep -P "$(cat ~/.cache/statusbar_pid )"
super + c
sh ~/.local/scripts/toggle-comp.sh
super + o
browser.sh "$(xclip -o | cut -d '%' -f 1-)"
super + m
st -e neomutt
super + shift + m
st -e mbsync -a
super + s
scrot -s
super + k
xkill
super + shift + x
sudo poweroff
super + + shift + r
sudo reboot