Question is in the title: What is the supposed workflow for vanilla Gnome for keyboard users?
Is there any video/design documents which explain, how the workflow is supposed to be?
Assume, I have a full screen web browser on workspace 1. Now I want to have a terminal… I hit the super-key, type terminal, hit enter … and then I have a terminal which does not start maximized on workspace 1, so I can either maximize the terminal and switch between the applications, arrange them side by side… or I can navigate to workspace 2, start the terminal there (the terminal will not start maximized again on an empty workspace 2) … and switch between the two workspaces (AFAIK there are no hotkeys specified by default to navigate directly to a workspace)…
What I simply do not understand: Does the vanilla Gnome workflow expect you to use mouse and keyboard? Like hit super, use mouse to go to next workspace, type terminal, click to maximize terminal (or use super-up)?
It just seems like a lot of work/clicks/keys to achieve something simple. And to my understanding Gnome expects you to use basically every application with a full screen window anyway, so why does it not open a new application on the next free workspace full screen by default?
I don’t think there’s an official “way”, but here’s mine (which I love):
On start-up I open all the apps I usually use, one per designated workspace:
Workspaces 6-9 are left empty, ready for whatever app I need in the moment, but only ever one app per workspace.
With this setup, I’ve mapped
Ctrl+Fx
to each workspace, soCtrl+F4
takes me to PyCharm where I write the code, andCtrl+F5
followed by another F5 takes me to Firefox and reloads the page.Ctrl+F3
is always the terminal, etc., so you quickly start building these shortcuts to mean Fwhatever is $APP_NAME.I almost never use the mouse, unless what I’m doing is necessarily mouse-driven: browsing or drawing charts etc. Everything else is keyboard-driven.