mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-05-23 16:23:14 +02:00
remove excess gamemoderun which appraently breaks Steam now?
This commit is contained in:
parent
95ee64a2be
commit
4f65223ed1
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
2
install
2
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 &)
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user