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.

  • @OsrsNeedsF2P@lemmy.ml
    link
    fedilink
    271 year ago

    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

    • @zerakith@lemmy.mlOP
      link
      fedilink
      11 year ago

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

      • MentalEdge
        link
        fedilink
        51 year ago

        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.

        • Captain Janeway
          link
          fedilink
          21 year ago

          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
            link
            fedilink
            41 year ago

            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.mlOP
              link
              fedilink
              11 year ago

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

        • @8263ksbr@lemmy.ml
          link
          fedilink
          1
          edit-2
          1 year 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 :)