diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-02-05 00:38:45 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-02-05 00:38:45 +0100 |
commit | 5cac3f1a424ebbd65034f5eef0430e8de2c56a0a (patch) | |
tree | 13093a0786e381415831adde1b471b5a43a1c658 /sway | |
parent | 0365586f1d8f771a9680f2fe297615a23c2ab156 (diff) | |
download | dotfiles-5cac3f1a424ebbd65034f5eef0430e8de2c56a0a.tar.gz |
sway multiple systems setup
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 |