Add large display
This commit is contained in:
parent
d8adff5572
commit
783ed36f6a
1 changed files with 12 additions and 4 deletions
16
sway/config
16
sway/config
|
@ -253,14 +253,22 @@ input 2:7:SynPS/2_Synaptics_TouchPad {
|
||||||
events disabled
|
events disabled
|
||||||
}
|
}
|
||||||
|
|
||||||
output LVDS-1 {
|
|
||||||
background $wallpaper fill
|
|
||||||
}
|
|
||||||
|
|
||||||
output VGA-1 {
|
output VGA-1 {
|
||||||
background $wallpaper fill
|
background $wallpaper fill
|
||||||
|
pos 0 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
output DP-2 {
|
||||||
|
background $wallpaper fill
|
||||||
|
pos 1280 0
|
||||||
|
}
|
||||||
|
|
||||||
|
output LVDS-1 {
|
||||||
|
background $wallpaper fill
|
||||||
|
pos 3840 0
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
seat * {
|
seat * {
|
||||||
hide_cursor 5000
|
hide_cursor 5000
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue