23 lines
493 B
Plaintext
23 lines
493 B
Plaintext
exec libinput-gestures -c ~/.config/libinput-gestures.conf
|
|
exec swayidle -w timeout 300 'swaylock -f -c 000000' timeout 330 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f -c 000000'
|
|
gaps inner 0
|
|
|
|
bindswitch lid:toggle exec swaylock
|
|
|
|
input type:keyboard {
|
|
xkb_options ctrl:nocaps
|
|
}
|
|
|
|
# disabled since we don't have a broken touch screen anymore
|
|
# input type:touchscreen {
|
|
# events disabled
|
|
# }
|
|
|
|
input type:touchpad {
|
|
|
|
}
|
|
|
|
gaps inner 0
|
|
|
|
exec firefox
|