diff options
Diffstat (limited to 'sway')
-rw-r--r-- | sway/config | 2 | ||||
-rw-r--r-- | sway/systems/desktop.conf | 8 |
2 files changed, 10 insertions, 0 deletions
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 |