13 lines
378 B
Plaintext
13 lines
378 B
Plaintext
exec libinput-gestures -c $DOTFILES_PATH/os/linux/libinput/sway-gestures.conf
|
|
exec swayidle -w timeout 300 'swaylock -f -c 000000' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f -c 000000'
|
|
|
|
bindswitch lid:toggle exec swaylock
|
|
|
|
input type:keyboard {
|
|
xkb_options ctrl:nocaps
|
|
}
|
|
|
|
input type:touchscreen {
|
|
events disabled
|
|
}
|