mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 02:54:40 +02:00
26 lines
424 B
Text
26 lines
424 B
Text
# 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" {
|
|
position 5120,0
|
|
}
|
|
|
|
output "Dell Inc. DELL U2520D GXBL923" {
|
|
posiiton 2560,0
|
|
}
|
|
|
|
input type:touchpad {
|
|
dwt enabled
|
|
tap enabled
|
|
natural_scroll enabled
|
|
middle_emulation enabled
|
|
scroll_factor 0.5
|
|
}
|