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.
 
 
 

36 lines
544 B

#
# 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
super + shift + space
rofi -show run
# Screenshot
Print
$SCRIPT_DIR/screenshot
# make sxhkd reload its configuration files:
super + Escape
pkill -USR1 -x sxhkd