├── LICENSE ├── README.md ├── docs └── GUIDE.md ├── installer.sh ├── uninstaller.sh └── usr ├── bin ├── gamescope-session ├── jupiter-biosupdate ├── steamos-polkit-helpers │ ├── jupiter-biosupdate │ ├── steamos-set-timezone │ └── steamos-update ├── steamos-select-branch ├── steamos-session-select └── steamos-update └── share └── wayland-sessions └── steam.desktop /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahnawazshahin/steam-using-gamescope-guide/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahnawazshahin/steam-using-gamescope-guide/HEAD/README.md -------------------------------------------------------------------------------- /docs/GUIDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahnawazshahin/steam-using-gamescope-guide/HEAD/docs/GUIDE.md -------------------------------------------------------------------------------- /installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahnawazshahin/steam-using-gamescope-guide/HEAD/installer.sh -------------------------------------------------------------------------------- /uninstaller.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahnawazshahin/steam-using-gamescope-guide/HEAD/uninstaller.sh -------------------------------------------------------------------------------- /usr/bin/gamescope-session: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahnawazshahin/steam-using-gamescope-guide/HEAD/usr/bin/gamescope-session -------------------------------------------------------------------------------- /usr/bin/jupiter-biosupdate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahnawazshahin/steam-using-gamescope-guide/HEAD/usr/bin/jupiter-biosupdate -------------------------------------------------------------------------------- /usr/bin/steamos-polkit-helpers/jupiter-biosupdate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahnawazshahin/steam-using-gamescope-guide/HEAD/usr/bin/steamos-polkit-helpers/jupiter-biosupdate -------------------------------------------------------------------------------- /usr/bin/steamos-polkit-helpers/steamos-set-timezone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahnawazshahin/steam-using-gamescope-guide/HEAD/usr/bin/steamos-polkit-helpers/steamos-set-timezone -------------------------------------------------------------------------------- /usr/bin/steamos-polkit-helpers/steamos-update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahnawazshahin/steam-using-gamescope-guide/HEAD/usr/bin/steamos-polkit-helpers/steamos-update -------------------------------------------------------------------------------- /usr/bin/steamos-select-branch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahnawazshahin/steam-using-gamescope-guide/HEAD/usr/bin/steamos-select-branch -------------------------------------------------------------------------------- /usr/bin/steamos-session-select: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahnawazshahin/steam-using-gamescope-guide/HEAD/usr/bin/steamos-session-select -------------------------------------------------------------------------------- /usr/bin/steamos-update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahnawazshahin/steam-using-gamescope-guide/HEAD/usr/bin/steamos-update -------------------------------------------------------------------------------- /usr/share/wayland-sessions/steam.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahnawazshahin/steam-using-gamescope-guide/HEAD/usr/share/wayland-sessions/steam.desktop --------------------------------------------------------------------------------