Kristen McWilliam
Kristen McWilliam
I'm not sure how that person is doing it automatically. Maybe they are running a script/command before and after sleep that calls Nyrna with the `--toggle` flag.
For Linux possibly, for Windows no.
I do have a potential method to do this, it just requires the time to investigate and develop it (which has been in short supply). It would only be for...
Seems like Wayland will be able to enable this, [as described here](https://blog.davidedmundson.co.uk/blog/qt6_wayland_robustness/#:~:text=Checkpoint%20restore%20in%20userspace%2C%20being%20able%20to%20suspend%20your%20application%20to%20disk).
If you mean able to work on various desktops like KDE, GNOME, xfce - absolutely if it is at all possible (I haven't done a dive yet into if this...
After copying the desktop file to `~/.local/share/applications` and adding `--ozone-platform=wayland` to the `Exec` I am getting a generic icon in the panel / overview.  Tried `StartupWMClass` as `Code` and...
> some games like FC24 flags these controller mapping applications as cheat They may flag such a feature from Nyrna in the same way, on Windows. On Linux I've been...
Sounds like an interesting idea. Thanks for the suggestion! :blue_heart:
In Wayland apps are identified differently than they were on X11. libyui is lacking the methods to set this for Wayland currently. Qt needs to call [QGuiApplication::setDesktopFileName](https://doc.qt.io/qt-5/qguiapplication.html#desktopFileName-prop). GTK needs to...