I’m in a bit of a productivity rut and whilst I suspect the issue is mainly between the keyboard and chair I’m also interested in what (FOSS) tools there are that people find effective.
One of my issues at the moment is cross managing different workstreams particularly with personal projects which are more in the “if I have time category”.
I’m interested in anything that helps manage time or limit distractions or anything that makes it easier to keep track of progress/next steps for project when there may be a bit of a time gap between.
Literally what I use virtual desktops to solve
That and using multiple instances of the browser instead of one instance with many tabs helped me a lot. If i have to switch tasks i go to a new workspace and only open the software related to that task there. Once I’m done i just close everything in the workspace and move back to the previous one that is the same way it was before i switch.
So you keep a project open in the Virtual Desktop and then boot it up when you are working on it?
They’re not talking about a virtual machine. There is no “booting up”.
You can have multiple desktops in linux, I personally use three, which you can switch between using a keyboard shortcut (or widget/ taskbar item).
It’s kinda like turning one computer into multiple computers that you hop between on demand.
I have one for gaming and entertainment, one for work, and a third for personal projects.
How does resource management work for desktops? Is the computer running all of the processes in the background as though they are just minimized?
Yes. Or out of focus. If you have one monitor, three virtual desktops would be like having three monitors. Looking at a different one, doesn’t stop anything running on another. You can also “send” a window on one desktop to another, equivalent to dragging a window from one monitor to another when using two or more.
KDE Activities is a similar feature, but it can actually suspend everything running in a certain “activity” when you switch to another, if that’s something you want.
It’s essentially the same as having more monitors, except you can only see the active ones. Nothing changes except what your displays are showing.
Virtual desktop =/= virtual machine
I think gnome calles them workspaces. This article is old and gnome-specific, but it gives you a good idea of what they are.
https://www.maketecheasier.com/how-to-work-with-workspaces-gnome/
Kde activities should suit this well since it’s integrated to the level of the file viewer.
distrobox too
Is it possible to “save” those sessions between reboots? That would be awesome.
I do with KWin rules. It’s not elegant but it doesn’t require coding