diff --git a/etc/xdg/autostart/com.heroicgameslauncher.hgl.desktop b/etc/xdg/autostart/com.heroicgameslauncher.hgl.desktop new file mode 100644 index 00000000..215a3951 --- /dev/null +++ b/etc/xdg/autostart/com.heroicgameslauncher.hgl.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=Heroic Games Launcher +Exec=systemd-inhibit gamemoderun flatpak run com.heroicgameslauncher.hgl +Terminal=false +SingleMainWindow=true +Type=Application +Icon=com.heroicgameslauncher.hgl +StartupWMClass=heroic +MimeType=x-scheme-handler/heroic; +Categories=Game;PackageManager; +X-Flatpak=com.heroicgameslauncher.hgl diff --git a/etc/xdg/autostart/flatpak-steam-bigpicture.desktop b/etc/xdg/autostart/flatpak-steam-bigpicture.desktop index fab9b450..b259b2b0 100644 --- a/etc/xdg/autostart/flatpak-steam-bigpicture.desktop +++ b/etc/xdg/autostart/flatpak-steam-bigpicture.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=SteamDeck TV -Exec=gamemoderun flatpak run --env=SteamDeck=1 com.valvesoftware.Steam -tenfoot -steamdeck +Exec=systemd-inhibit gamemoderun flatpak run --env=SteamDeck=1 com.valvesoftware.Steam -tenfoot -steamdeck Icon=com.valvesoftware.Steam Type=Application Hidden=false diff --git a/etc/xdg/autostart/flatpak-steam-tray.desktop b/etc/xdg/autostart/flatpak-steam-tray.desktop index d313d14a..52211019 100644 --- a/etc/xdg/autostart/flatpak-steam-tray.desktop +++ b/etc/xdg/autostart/flatpak-steam-tray.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=SteamDeck icon -Exec=flatpak run --env=SteamDeck=1 com.valvesoftware.Steam -silent -steamdeck +Exec=systemd-inhibit flatpak run --env=SteamDeck=1 com.valvesoftware.Steam -silent -steamdeck Icon=com.valvesoftware.Steam Type=Application Hidden=false diff --git a/install b/install index d3d49238..c3e80149 100755 --- a/install +++ b/install @@ -312,7 +312,7 @@ if [ "$(id -u)" == "0" ]; then #(systemctl --global enable darkman.service &) (systemctl --global enable systemd-tmpfiles-setup.service &) # experiment - (systemctl --global enable gamemoded.service &) + #(systemctl --global enable gamemoded.service &) # SECURITY WARNING! Practically a backdoor unless you are me and expect this! # WARNING! Likely breaks SSHd outside of port 22 unless override exists! (systemctl --global enable foot-server.socket &)