From 783ed36f6ab0642c0dfe5dbee5d4d9a2033e476e Mon Sep 17 00:00:00 2001 From: dadada Date: Fri, 13 Mar 2020 19:44:47 +0100 Subject: [PATCH] Add large display --- sway/config | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/sway/config b/sway/config index e655c8a..9e112a1 100644 --- a/sway/config +++ b/sway/config @@ -253,14 +253,22 @@ input 2:7:SynPS/2_Synaptics_TouchPad { events disabled } -output LVDS-1 { - background $wallpaper fill -} - output VGA-1 { 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 * { hide_cursor 5000 }