dotfiles/sway/thinkman

21 lines
297 B
Text
Raw Normal View History

# outputs
output * {
2020-12-16 17:54:31 +01:00
position 1920,0
}
2020-12-16 17:54:31 +01:00
set $laptop "eDP-1"
bindswitch lid:on output $laptop disable
bindswitch lid:off output $laptop enable
output $laptop {
2020-12-16 17:54:31 +01:00
position 0,0
2019-04-27 16:35:17 +02:00
}
2021-02-09 14:34:13 +01:00
input type:touchpad {
2019-04-27 16:35:17 +02:00
dwt enabled
tap enabled
natural_scroll enabled
middle_emulation enabled
scroll_factor 0.5
2019-06-04 13:05:03 +02:00
}