▲ | marginalia_nu 3 days ago | |
Actually, typing this out led me to find a fix for the multiscreen workspace issue I was having. Basically the solution is to first assign the workspaces to monitors, and then bind the hotkeys to switch both workspaces at once, with the final binding being the one you land at. If someone wants to steal my homework, this is what I did
| ||
▲ | tincholio 2 days ago | parent | next [-] | |
I've been experimenting with this (it's in Babashka, which is for scripting Clojure, but you can do it with just bash, if your bash-fu is stronger than mine :D ):
It basically just moves all workspaces with positive IDs (so not the special workspace) to the external monitor, which seems to have a consistent ID of 1. | ||
▲ | evertedsphere 3 days ago | parent | prev [-] | |
the ideal solution takes into account which screen you were on and leaves you on it i used to have a setup like this on i3, using i3-msg to query the state |