summaryrefslogtreecommitdiff
path: root/sway/setups/home
diff options
context:
space:
mode:
Diffstat (limited to 'sway/setups/home')
-rw-r--r--sway/setups/home16
1 files changed, 16 insertions, 0 deletions
diff --git a/sway/setups/home b/sway/setups/home
new file mode 100644
index 0000000..9db5d86
--- /dev/null
+++ b/sway/setups/home
@@ -0,0 +1,16 @@
+
+# The Monitor Setup I use at Home (three monitors in total)
+
+# Use `swaymsg -t get_outputs` to list monitors
+
+# left monitor
+output DP-3 resolution 1920x1080 position 0,0
+workspace 1 output DP-3
+
+# right monitor
+output DP-5 resolution 1920x1080 position 1920,0
+workspace 2 output DP-5
+
+# lower monitor
+output eDP-1 resolution 1920x1080 position 1920,1080
+workspace 3 output eDP-1