19 lines
343 B
Plaintext
19 lines
343 B
Plaintext
# TODO: setup displays
|
|
output eDP-1 res 1600x900 pos 0 0
|
|
|
|
bindswitch lid:toggle exec swaylock
|
|
|
|
input type:touchpad {
|
|
dwt enabled
|
|
tap enabled
|
|
natural_scroll enabled
|
|
middle_emulation enabled
|
|
pointer_accel 0.33
|
|
}
|
|
|
|
input type:keyboard {
|
|
xkb_options ctrl:nocaps
|
|
}
|
|
|
|
exec libinput-gestures -c $DOTFILES_PATH/apps/de/libinput/sway-gestures.conf
|