From 2ec7591a656279f5906903fa23fe2f59f6d972cd Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sat, 13 Apr 2024 16:31:24 -0500 Subject: [PATCH] Add template machine file for swaywm --- sericea/.config/sway/machine.d/template | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 sericea/.config/sway/machine.d/template diff --git a/sericea/.config/sway/machine.d/template b/sericea/.config/sway/machine.d/template new file mode 100644 index 00000000..2c9e1484 --- /dev/null +++ b/sericea/.config/sway/machine.d/template @@ -0,0 +1,28 @@ +# vim: set ft=swayconfig: +## WORKSPACES +set $w1 1 +set $w2 2 +set $w3 3 +set $w4 4 +set $w5 5 +set $w6 6 +set $w7 7 +set $w8 8 +set $w9 9 +set $w10 10 +# Workspace setup for my desktop +# Defaults to whatever on my laptop and on other machines +set $monprim DisplayPort-0 +set $monsec HDMI-A-0 +workspace $w1 output $monprim +workspace $w2 output $monprim +workspace $w3 output $monprim +workspace $w4 output $monprim +workspace $w5 output $monprim +workspace $w6 output $monprim +workspace $w7 output $monprim +# Putting 10 here first so it's the default for my secondary +workspace $w10 output $monsec +workspace $w8 output $monsec +workspace $w9 output $monsec +