2023-04-05 01:45:27 +02:00
|
|
|
super + u
|
2023-01-11 01:17:57 +01:00
|
|
|
record_stop
|
2023-08-24 14:47:32 +02:00
|
|
|
super + i
|
|
|
|
record_start
|
2023-01-11 01:17:57 +01:00
|
|
|
super + o
|
|
|
|
record_replay_start
|
|
|
|
super + p
|
|
|
|
record_replay_save
|
2023-08-24 14:47:32 +02:00
|
|
|
|
2023-04-05 03:58:44 +02:00
|
|
|
super + r
|
2023-09-11 23:29:15 +02:00
|
|
|
dmenu_run -i -c -l 20
|
2023-04-05 01:45:27 +02:00
|
|
|
|
|
|
|
super + a
|
|
|
|
playerctl previous
|
|
|
|
super + s
|
|
|
|
playerctl play-pause
|
|
|
|
super + d
|
|
|
|
playerctl next
|
|
|
|
super + f
|
|
|
|
$TERMINAL -e $FILE
|
|
|
|
|
|
|
|
super + b
|
|
|
|
$BROWSER
|
|
|
|
super + m
|
|
|
|
thunderbird
|
|
|
|
|
2023-10-07 02:36:26 +02:00
|
|
|
super + bracketright
|
2023-10-07 06:14:00 +02:00
|
|
|
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')
|
2023-10-07 02:36:26 +02:00
|
|
|
super + backslash
|
2023-10-07 06:14:00 +02:00
|
|
|
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')
|
2023-10-07 02:36:26 +02:00
|
|
|
|
2023-09-07 23:17:07 +02:00
|
|
|
super + shift + l
|
2023-10-07 06:14:00 +02:00
|
|
|
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')
|
2023-09-07 23:17:07 +02:00
|
|
|
|
|
|
|
super + shift + r
|
2023-10-07 06:14:00 +02:00
|
|
|
pkill -usr1 -x sxhkd; notify-send -u low 'sxhkd' 'Reloaded config'
|
2023-04-05 01:45:27 +02:00
|
|
|
|
|
|
|
super + Return
|
|
|
|
$TERMINAL
|
2023-10-07 02:36:26 +02:00
|
|
|
|
|
|
|
Print
|
2023-04-05 01:45:27 +02:00
|
|
|
maimpick
|
|
|
|
|
2020-05-10 00:11:24 +02:00
|
|
|
super + F5
|
|
|
|
togglemonitor
|
|
|
|
super + F6
|
|
|
|
toggletouchpad
|
|
|
|
super + F7
|
|
|
|
dmenumount
|
|
|
|
super + F8
|
|
|
|
dmenuumount
|
|
|
|
super + F9
|
2020-11-29 12:44:26 +00:00
|
|
|
sudo -A systemctl restart NetworkManager
|
2020-05-10 00:11:24 +02:00
|
|
|
super + F10
|
2020-11-29 12:44:26 +00:00
|
|
|
prompt "Lock computer?" "slock"
|
2020-05-10 00:11:24 +02:00
|
|
|
super + F11
|
2020-11-29 12:44:26 +00:00
|
|
|
prompt "Shutdown computer?" "sudo -A shutdown -h now"
|
2020-05-10 00:11:24 +02:00
|
|
|
super + F12
|
2020-11-29 12:44:26 +00:00
|
|
|
prompt "Reboot computer?" "sudo -A reboot now"
|
2023-01-10 01:25:26 +01:00
|
|
|
|
2020-05-10 00:11:24 +02:00
|
|
|
XF86AudioMute
|
2020-05-28 01:54:46 +02:00
|
|
|
lmc m && pkill -RTMIN+4 $STATUSBAR
|
2020-05-10 00:11:24 +02:00
|
|
|
XF86AudioMicMute
|
2020-05-28 01:54:46 +02:00
|
|
|
pactl set-source-mute 1 toggle && pkill -RTMIN+4 $STATUSBAR
|
2020-05-10 00:11:24 +02:00
|
|
|
XF86AudioLowerVolume
|
2020-05-28 01:54:46 +02:00
|
|
|
lmc down 5 && pkill -RTMIN+4 $STATUSBAR
|
2020-05-10 00:11:24 +02:00
|
|
|
XF86AudioRaiseVolume
|
2020-05-28 01:54:46 +02:00
|
|
|
lmc up 5 && pkill -RTMIN+4 $STATUSBAR
|
2020-05-10 00:11:24 +02:00
|
|
|
XF86MonBrightnessDown
|
|
|
|
light -U 15
|
|
|
|
XF86MonBrightnessUp
|
|
|
|
light -A 15
|