37 lines
544 B
Plaintext
Raw Normal View History

2020-04-05 21:19:19 +02:00
#
# wm independent hotkeys
#
# backlight keys
XF86MonBrightness{Up,Down}
xbacklight -fps 25 -{inc,dec} 5
# audio control
XF86Audio{Raise,Lower}Volume
amixer -q sset Master 3%{+,-}
XF86AudioMute
amixer -q sset Master toggle
XF86AudioMicMute
amixer -q sset Capture toggle
# terminal emulator
super + Return
alacritty
# program launcher
super + @space
rofi -show drun
2020-05-17 18:52:04 +02:00
super + shift + space
rofi -show run
2020-06-20 21:19:03 +02:00
# Screenshot
Print
$SCRIPT_DIR/screenshot
2020-04-05 21:19:19 +02:00
# make sxhkd reload its configuration files:
super + Escape
pkill -USR1 -x sxhkd