2019-05-01 22:52:22 +02:00
|
|
|
# outputs
|
|
|
|
|
2023-01-12 22:58:04 +01:00
|
|
|
|
|
|
|
set $laptop eDP-1
|
|
|
|
|
|
|
|
bindswitch --reload --locked lid:on output $laptop disable
|
|
|
|
bindswitch --reload --locked lid:off output $laptop enable
|
|
|
|
|
2019-05-01 22:52:22 +02:00
|
|
|
output * {
|
2020-12-16 17:54:31 +01:00
|
|
|
position 1920,0
|
2019-10-30 11:33:34 +01:00
|
|
|
}
|
2023-01-12 22:58:04 +01:00
|
|
|
output DP-* {
|
|
|
|
resolution 1920x1080
|
|
|
|
}
|
|
|
|
|
|
|
|
output DP-4 {
|
|
|
|
position 3840,0
|
|
|
|
}
|
2019-10-30 11:33:34 +01:00
|
|
|
|
|
|
|
output $laptop {
|
2020-12-16 17:54:31 +01:00
|
|
|
position 0,0
|
2019-04-27 16:35:17 +02:00
|
|
|
}
|
|
|
|
|
2023-01-12 22:58:04 +01: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
|
|
|
}
|