From 1e87c16b4eebd0fb13e13022ac4f4db670d05de3 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 20 Mar 2026 07:11:14 +0100 Subject: sway: Use unique output identifiers These long strings are unique and stable. This allows to write an output configuration suitable for multiple laptops on multiple workplaces with multiple monitors. Especially hot-plugging is simplified with this because it simply works without using tools like wdisplays each time. --- sway/setups/home | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 sway/setups/home (limited to 'sway/setups/home') diff --git a/sway/setups/home b/sway/setups/home deleted file mode 100644 index b62df86..0000000 --- a/sway/setups/home +++ /dev/null @@ -1,16 +0,0 @@ - -# The Monitor Setup I use at Home (three monitors in total) - -# Use `swaymsg -t get_outputs` to list monitors - -output eDP-1 resolution 1920x1080 position 0,540 -workspace 3 output eDP-1 - -output DP-5 resolution 1920x1080 position 1920,0 -workspace 1 output DP-5 -input 1386:830:Wacom_Intuos_PT_M_2_Pen map_to_output DP-5 -input 1386:830:Wacom_Intuos_PT_M_2_Finger map_to_output DP-5 -input 1386:830:Wacom_Intuos_PT_M_2_Pad map_to_output DP-5 - -output DP-3 resolution 1920x1080 position 3840,0 -workspace 2 output DP-3 -- cgit v1.3