mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[sway] update display configuration
This commit is contained in:
parent
cd67bd2d8f
commit
fc3214acc4
1 changed files with 3 additions and 6 deletions
|
@ -1,17 +1,14 @@
|
||||||
# outputs
|
# outputs
|
||||||
|
|
||||||
output * {
|
output * {
|
||||||
position 1600,0
|
position 1920,0
|
||||||
}
|
|
||||||
output DP-1 {
|
|
||||||
resolution 1920x1080
|
|
||||||
}
|
}
|
||||||
|
|
||||||
set $laptop "LVDS-1"
|
set $laptop "eDP-1"
|
||||||
bindswitch lid:on output $laptop disable
|
bindswitch lid:on output $laptop disable
|
||||||
bindswitch lid:off output $laptop enable
|
bindswitch lid:off output $laptop enable
|
||||||
output $laptop {
|
output $laptop {
|
||||||
position 0,180
|
position 0,0
|
||||||
}
|
}
|
||||||
|
|
||||||
input "2:7:SynPS/2_Synaptics_TouchPad" {
|
input "2:7:SynPS/2_Synaptics_TouchPad" {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue