3
1
Currently I'm using two monitors, one for exclusively viewing and editing code, another for doing everything else. I have hotkeys set up to focus on either sublime
, or firefox
or the terminal
like this:
C-M-1
executes wmctrl -a firefox
\
C-M-2
executes wmctrl -a sublime
-- via the default gnome-shortcuts.
C-M-3
executes wmctrl -a konsole
/
The problem is, when I change the focus to sublime
, my workspace on the other monitor automatically switches to the workspace sublime
sent to the extended display from (usually, my terminal
workspace), effectively forcing me to change where firefox
is positioned. Is there a quick fix for this?
Changing the focus by clicking into sublime
does not change which workspace I'm at on the primary monitor.
Well, I only have one workspace on the extended display, but when I focus to the application on the extended display using
wmctrl
changes my workspace on the primary display. – Adam Hunyadi – 2017-06-18T13:29:48.770