this post was submitted on 08 Feb 2024
231 points (98.7% liked)

Linux

46734 readers
2252 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] OsrsNeedsF2P@lemmy.ml 41 points 6 months ago (6 children)

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".

Literally what I use virtual desktops to solve

[–] calzone_gigante@lemmy.eco.br 21 points 6 months ago (1 children)

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.

[–] devfuuu@lemmy.world 10 points 6 months ago

Kde activities should suit this well since it's integrated to the level of the file viewer.

[–] zerakith@lemmy.ml 2 points 6 months ago (2 children)

So you keep a project open in the Virtual Desktop and then boot it up when you are working on it?

[–] Blisterexe@lemmy.zip 23 points 6 months ago

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/

[–] MentalEdge@sopuli.xyz 6 points 6 months ago (1 children)

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.

[–] captainjaneway@lemmy.world 2 points 6 months ago (2 children)

How does resource management work for desktops? Is the computer running all of the processes in the background as though they are just minimized?

[–] MentalEdge@sopuli.xyz 5 points 6 months ago (1 children)

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.

[–] zerakith@lemmy.ml 1 points 6 months ago

Ah KDE activities might be what I'm looking for then. I am planning to transition from Gnome to KDE very soon.

[–] moody@lemmings.world 2 points 6 months ago (1 children)

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.

[–] zerakith@lemmy.ml 1 points 6 months ago

Ah thanks for the clarification. I never did manage to use Virtual Desktops effectively but it sounds like the problem was me trying to use them within the workflow rather than for different projects. I always found it difficult to switch compared with just having an extra monitor.

I do worry it might be quite resource intensive just sitting loads in the background though.

I'm going to give it a try!

[–] delirious_owl@discuss.online 1 points 6 months ago

QubesOS is this on crack

[–] 8263ksbr@lemmy.ml 1 points 4 months ago (1 children)

Is it possible to "save" those sessions between reboots? That would be awesome.

[–] OsrsNeedsF2P@lemmy.ml 1 points 4 months ago (1 children)

I do with KWin rules. It's not elegant but it doesn't require coding

[–] 8263ksbr@lemmy.ml 1 points 4 months ago* (last edited 4 months ago)

Thank you, I will look into KWin.

Turns out, it is awesome and does more than I need. I already move a lot of my applications with xdotool to prediscribed positions and sizes, via hotkeys, which start some scripts. Now I found out, it also can move them across virtual desktops. Nice :)

[–] sirico@feddit.uk 0 points 6 months ago