diff --git a/etc/xdg/autostart/com.heroicgameslauncher.hgl.desktop b/etc/xdg/autostart/com.heroicgameslauncher.hgl.desktop index f457518f..8fd1ca21 100644 --- a/etc/xdg/autostart/com.heroicgameslauncher.hgl.desktop +++ b/etc/xdg/autostart/com.heroicgameslauncher.hgl.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=Heroic Games Launcher -Exec=systemd-inhibit --what shutdown --who heroic gamemoderun flatpak run com.heroicgameslauncher.hgl +Exec=systemd-inhibit --what shutdown --who heroic flatpak run com.heroicgameslauncher.hgl Terminal=false SingleMainWindow=true Type=Application diff --git a/etc/xdg/autostart/flatpak-steam-bigpicture.desktop b/etc/xdg/autostart/flatpak-steam-bigpicture.desktop index bc575e58..fbd23010 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=systemd-inhibit --what shutdown --who steam gamemoderun flatpak run --env=SteamDeck=1 com.valvesoftware.Steam -tenfoot -steamdeck +Exec=systemd-inhibit --what shutdown --who steam flatpak run --env=SteamDeck=1 com.valvesoftware.Steam -tenfoot -steamdeck Icon=com.valvesoftware.Steam Type=Application Hidden=false diff --git a/etc/xdg/autostart/steam-bigpicture.desktop b/etc/xdg/autostart/steam-bigpicture.desktop index b87799e7..634359ea 100644 --- a/etc/xdg/autostart/steam-bigpicture.desktop +++ b/etc/xdg/autostart/steam-bigpicture.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=SteamDeck TV -Exec=systemd-inhibit --what shutdown --who steam gamemoderun steam -tenfoot -steamdeck +Exec=systemd-inhibit --what shutdown --who steam steam -tenfoot -steamdeck Icon=com.valvesoftware.Steam Type=Application Hidden=false diff --git a/install b/install index cd1ad510..5fb3e854 100755 --- a/install +++ b/install @@ -332,7 +332,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 &) diff --git a/local/share/applications/com.valvesoftware.Steam.desktop b/local/share/applications/com.valvesoftware.Steam.desktop index e0694bca..71fb1266 100644 --- a/local/share/applications/com.valvesoftware.Steam.desktop +++ b/local/share/applications/com.valvesoftware.Steam.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=SteamDeck -Exec=gamemoderun flatpak run --env=SteamDeck=1 com.valvesoftware.Steam -steamdeck steam://open/games +Exec=flatpak run --env=SteamDeck=1 com.valvesoftware.Steam -steamdeck steam://open/games Icon=com.valvesoftware.Steam Type=Application Hidden=false