mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Update sxhkdrc
This commit is contained in:
parent
b01f55838c
commit
a823040614
@ -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 -
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user