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
    link
    fedilink
    arrow-up
    41
    ·
    5 months 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

    • calzone_gigante@lemmy.eco.br
      link
      fedilink
      arrow-up
      21
      ·
      5 months ago

      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
      link
      fedilink
      arrow-up
      10
      ·
      5 months ago

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

    • zerakithOP
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      5 months ago

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

      • MentalEdge@sopuli.xyz
        link
        fedilink
        arrow-up
        6
        ·
        5 months 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@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          5 months 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@sopuli.xyz
            link
            fedilink
            arrow-up
            5
            ·
            5 months 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.

            • zerakithOP
              link
              fedilink
              arrow-up
              1
              ·
              5 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
            link
            fedilink
            arrow-up
            2
            ·
            5 months ago

            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.

            • zerakithOP
              link
              fedilink
              arrow-up
              1
              ·
              5 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!

    • 8263ksbr
      link
      fedilink
      arrow-up
      1
      ·
      3 months ago

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

      • OsrsNeedsF2P
        link
        fedilink
        arrow-up
        1
        ·
        3 months ago

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

        • 8263ksbr
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          3 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 :)