mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 02:54:40 +02:00
sway/thinkman: fix new external display setup
This commit is contained in:
parent
5d18651fd3
commit
69fe5b058b
1 changed files with 14 additions and 3 deletions
|
@ -1,16 +1,27 @@
|
|||
# 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
|
||||
}
|
||||
|
||||
output DP-4 {
|
||||
position 3840,0
|
||||
}
|
||||
|
||||
set $laptop "eDP-1"
|
||||
bindswitch lid:on output $laptop disable
|
||||
bindswitch lid:off output $laptop enable
|
||||
output $laptop {
|
||||
position 0,0
|
||||
}
|
||||
|
||||
|
||||
input type:touchpad {
|
||||
dwt enabled
|
||||
tap enabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue