dotfiles/sway/workman

27 lines
430 B
Text
Raw Permalink Normal View History

2025-05-18 23:46:56 +02:00
# outputs
set $laptop eDP-1
bindswitch --reload --locked lid:on output $laptop disable
bindswitch --reload --locked lid:off output $laptop enable
output $laptop {
position 0,0
}
output "Dell Inc. DELL U2520D G8DL923" {
2026-04-30 18:20:29 +02:00
position 4000,-480
2025-05-18 23:46:56 +02:00
}
output "Dell Inc. DELL U2520D GXBL923" {
2026-04-30 18:20:29 +02:00
position 1440,-480
2025-05-18 23:46:56 +02:00
}
input type:touchpad {
dwt enabled
tap enabled
natural_scroll enabled
middle_emulation enabled
scroll_factor 0.5
}