Scripts to install the GNOME Desktop on Steam Deck.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Autostart Steam silently

authored by

Different55 and committed by
GitHub
d05056ec a7d8f2d7

+13
+13
desktopgnome.sh
··· 33 33 34 34 # Disable HiDPI 2x scaling 35 35 gsettings set org.gnome.desktop.interface scaling-factor 1 36 + 37 + # Autostart Steam silently on GNOME 38 + echo "\ 39 + [Desktop Entry] 40 + Name=Steam 41 + Exec=/usr/bin/steam -silent 42 + Icon=steam 43 + Terminal=false 44 + Type=Application 45 + PrefersNonDefaultGPU=true 46 + X-KDE-RunOnDiscreteGpu=true 47 + " | tee ~/.config/autostart/steam.desktop 48 + chmod 644 ~/.config/autostart/steam.desktop