For a laptop, assuming the primary screen is always the one it comes with, an easy approach to position screens relatively left and right of the monitor is: 1# Get display names, -p for plain text 2swaymsg -t get_outputs -p | grep Output 3Output eDP-1 'Chimei Innolux Corporation 0x1417 Unknown' (focused) 4Output DP-1 'Lenovo Group Limited M14 V904H2WF' 5# Center the primary display 6swaymsg 'output eDP-1 position 0 0' Now we can get the current configuration and move the other screen relative...| Rohit Goswami
Now that AMD’s Zen 4 CPUs landed in lots of laptops, I picked up a ThinkPad Z13 G2 with an AMD Ryzen CPU. Did I put Linux on it? Of course I did. 🐧| Major Hayden
Dark mode lovers rejoice! It’s possible to get (most) applications to show up in dark mode in the Sway window manager. 😎| Major Hayden