Skip Navigation

User banner
Posts
3
Comments
10
Joined
2 yr. ago

  • Wow, I wish I knew this workaround during my early gameplay lol.

  • Indeed. However it's necessary to use that command on both the main PID and all its child processes, otherwise you will run into issues like the game video stopping but the game logic still running in the background.

    This is just a tool to automate finding the pid (via hyprctl or other ways) and correctly suspending it.

  • Linux Gaming @lemmy.world

    Hyprfreeze just reached v1.0.0 - Suspend a game process (and other programs) in Hyprland

  • There is Nyrna, but it doesn't work on Wayland.

    Afaik saving to swap isn't possible as it's something managed by the kernel, although you can try tweaking cgroups. Nyrna also mentions that this isn't currently possible.

  • I'm not familiar with qtile, but I'm fairly sure there's currently no way to get information about the active window on mutter unfortunately.

    Thing with wayland is, each compositor has to implement things their own way, so you're limited to what your compositor allows you to do.

    For instance, you can get window information in sway with swaymsg. On other compositors you may have to find workarounds.

  • No, it uses hyprctl to get the pid of the current active window. Which compositor are you using? It might be possible to get the pid in a different way.

  • Haha, yes! Ctrl+Z sends a TSPT signal to a terminal process, while this script sends a STOP signal to every process in a game's process tree. Both get resumed with a SIGCONT so they're kinda similar.

  • Linux Gaming @lemmy.world

    hyprfreeze - Pause a game process (or any other process) in Hyprland

  • I guess not. I'm not that experienced with ddns but I think there's no way to have subdomains?

  • You can keep your work apps separate from this. At least that's what I would do

  • Beeper is great but you have no idea what they’re doing with your data.

    Thought the same, that's why I decided to learn how to host it locally and wanted to share the knowledge.

    an assembled docker rather than ansible playbook, that is going to be the one that takes off.

    Definitely. Right now it causes quite a few headaches and Docker is also what's probably most known by selfhosters.

  • Only locally, so that your local computer can access your server locally. Then the Cloudflare proxy will allow you to connect to it from the internet securely through a two-factor authentication or any other access type you choose, without opening any port to the internet. It's all explained in this section.

    You can also implement passwordless authentication but that would probably be too extra.

  • Self Hosted - Self-hosting your services. @lemmy.ml

    All your chats in one app - Self-host Matrix with Bridges and Cloudflare