From 5cac3f1a424ebbd65034f5eef0430e8de2c56a0a Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 5 Feb 2024 00:38:45 +0100 Subject: sway multiple systems setup --- sway/config | 2 ++ sway/systems/desktop.conf | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 sway/systems/desktop.conf (limited to 'sway') diff --git a/sway/config b/sway/config index dee9b43..f575b25 100644 --- a/sway/config +++ b/sway/config @@ -4,4 +4,6 @@ set $mod Mod1 set $term alacritty floating_modifier $mod +include "systems/$SYSTEM_NAME.conf" + include config.d/*.conf diff --git a/sway/systems/desktop.conf b/sway/systems/desktop.conf new file mode 100644 index 0000000..a8d6546 --- /dev/null +++ b/sway/systems/desktop.conf @@ -0,0 +1,8 @@ +# vi: ft=i3config + +output DP-1 pos 1200 720 res 2560x1440@144Hz +output DP-2 pos 0 550 res 1920x1200 transform 270 +output HDMI-A-1 pos 3760 0 res 1920x1080 +output DVI-D-1 pos 3760 1080 res 1920x1080 + +focus output DP-1 -- cgit v1.2.3