Update sxhkdrc

This commit is contained in:
Vlad Doster 2020-01-01 12:09:23 -05:00 committed by GitHub
parent b01f55838c
commit a823040614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,18 +92,18 @@ super + {_,shift +} bracketleft
mpc seek -{10,120} mpc seek -{10,120}
# Increase volume # Increase volume
super {_,shift +} + plus super {_,shift +} + plus
amixer sset Master {5,15}%+; pkill -RTMIN+10 $STATUSBAR amixer sset Master {5,15}%+
# Decrease volume # Decrease volume
super {_,shift +} + minus super {_,shift +} + minus
amixer sset Master {5,15}%-; pkill -RTMIN+10 $STATUSBAR amixer sset Master {5,15}%-
super + shift + m super + shift + m
amixer sset Master toggle; pkill -RTMIN+10 $STATUSBAR amixer sset Master toggle
# Audiokeys # Audiokeys
XF86AudioMute XF86AudioMute
amixer sset Master toggle; pkill -RTMIN+10 $STATUSBAR amixer sset Master toggle
XF86Audio{Raise,Lower}Volume XF86Audio{Raise,Lower}Volume
amixer sset Master 5%{+,-}; pkill -RTMIN+10 $STATUSBAR amixer sset Master 5%{+,-}
XF86Audio{Next,Prev} XF86Audio{Next,Prev}
mpc {next,prev} mpc {next,prev}
XF86Audio{Pause,Play,Stop} XF86Audio{Pause,Play,Stop}
@ -135,8 +135,6 @@ XF86MyComputer
$TERMINAL -e $FILE / $TERMINAL -e $FILE /
# Function keys # Function keys
super + shift + F1
grep LARBSWELCOME ~/.xprofile && ( sed -i "/LARBSWELCOME/d" ~/.xprofile && notify-send "LARBS welcome message" "Welcome message disabled. Press Super+Shift+F1 again to reverse." ) || ( echo "notify-send -i "$HOME/.local/share/larbs/larbs.png" \"Welcome to LARBS\" \"Press super+F1 for the help menu.\" # LARBSWELCOME" >> ~/.xprofile && notify-send "LARBS welcome message" "Welcome message re-enabled." )
# Show readme # Show readme
super + F1 super + F1
groff -mom $HOME/.local/share/larbs/readme.mom -Tpdf | zathura - groff -mom $HOME/.local/share/larbs/readme.mom -Tpdf | zathura -