mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
30 lines
412 B
Text
30 lines
412 B
Text
# outputs
|
|
|
|
set $laptop eDP-1
|
|
|
|
bindswitch --reload --locked lid:on output $laptop disable
|
|
bindswitch --reload --locked lid:off output $laptop enable
|
|
|
|
output * {
|
|
position 1920,0
|
|
}
|
|
|
|
output DP-* {
|
|
resolution 1920x1080@60Hz
|
|
}
|
|
|
|
output DP-4 {
|
|
position 3840,0
|
|
}
|
|
|
|
output $laptop {
|
|
position 0,0
|
|
}
|
|
|
|
input type:touchpad {
|
|
dwt enabled
|
|
tap enabled
|
|
natural_scroll enabled
|
|
middle_emulation enabled
|
|
scroll_factor 0.5
|
|
}
|