STARTWayland, basically all my dotfiles + wayland equivalent to xinit
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.
startw/conf/config/sxhkd/sxhkdrc

53 lines
760 B

5 years ago
#
# wm independent hotkeys
#
# backlight keys
XF86MonBrightness{Up,Down}
xbacklight -fps 25 -{inc,dec} 5
4 years ago
ctrl + {Right,Left}
xbacklight -fps 25 -{inc,dec} 5
5 years ago
# audio control
XF86Audio{Raise,Lower}Volume
amixer -q sset Master 3%{+,-}
4 years ago
ctrl + {Up,Down}
amixer -q sset Master 3%{+,-}
5 years ago
XF86AudioMute
amixer -q sset Master toggle
XF86AudioMicMute
amixer -q sset Capture toggle
# terminal emulator
super + Return
alacritty
4 years ago
alt + Return
alacritty
5 years ago
# program launcher
super + @space
rofi -show drun
super + shift + space
rofi -show run
4 years ago
# program launcher
alt + @space
rofi -show drun
alt + shift + space
rofi -show run
4 years ago
# Screenshot
Print
$SCRIPT_DIR/screenshot
5 years ago
# make sxhkd reload its configuration files:
super + Escape
pkill -USR1 -x sxhkd