You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
2.2 KiB

super + u
record_stop
super + i
record_start
super + o
record_replay_start
super + p
record_replay_save
super + r
dmenu_run -i -c -l 20
super + a
playerctl previous
super + s
playerctl play-pause
super + d
playerctl next
super + f
$TERMINAL -e $FILE
super + b
$BROWSER
super + m
thunderbird
super + bracketright
amixer get Capture | tail -2 | grep -q '\[on\]' && $(amixer set Master unmute &> /dev/null ; amixer set Capture nocap &> /dev/null ; notify-send -u low 'sxhkd' 'Sound active\nMicrophone muted') || $(amixer set Master unmute &> /dev/null ; amixer set Capture cap &> /dev/null ; notify-send -u low 'sxhkd' 'Sound active\nMicrophone active')
super + backslash
amixer get Master | tail -2 | grep -q '\[on\]' && $(amixer set Master mute &> /dev/null ; amixer set Capture nocap &> /dev/null ; notify-send -u low 'sxhkd' 'Sound muted\nMicrophone muted') || $(amixer set Capture nocap &> /dev/null ; amixer set Master unmute &> /dev/null ; notify-send -u low 'sxhkd' 'Sound active\nMicrophone muted')
super + shift + l
setxkbmap -query | grep -q 'nodeadkeys' && $(setxkbmap de ru ; notify-send -u low 'sxhkd' 'Set keymap to russian') || $(setxkbmap de nodeadkeys ; notify-send -u low 'sxhkd' 'Set keymap to german')
super + shift + r
pkill -usr1 -x sxhkd; notify-send -u low 'sxhkd' 'Reloaded config'
super + Return
$TERMINAL
Print
maimpick
super + F5
togglemonitor
super + F6
toggletouchpad
super + F7
dmenumount
super + F8
dmenuumount
super + F9
sudo -A systemctl restart NetworkManager
super + F10
prompt "Lock computer?" "slock"
super + F11
prompt "Shutdown computer?" "sudo -A shutdown -h now"
super + F12
prompt "Reboot computer?" "sudo -A reboot now"
XF86AudioMute
lmc m && pkill -RTMIN+4 $STATUSBAR
XF86AudioMicMute
pactl set-source-mute 1 toggle && pkill -RTMIN+4 $STATUSBAR
XF86AudioLowerVolume
lmc down 5 && pkill -RTMIN+4 $STATUSBAR
XF86AudioRaiseVolume
lmc up 5 && pkill -RTMIN+4 $STATUSBAR
XF86MonBrightnessDown
light -U 15
XF86MonBrightnessUp
light -A 15