steamos-{session-select, readonly, dump-info, update}: add page (#13202)

Co-authored-by: spageektti <git@spageektti.cc>
pull/28/head
Managor 2024-07-11 00:53:04 +03:00 committed by GitHub
parent d4b93fab57
commit a27a7ff551
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# steamos-add-to-steam
> Add a program to Steam library.
> More information: <https://gitlab.com/users/evlaV/projects>.
- Add a program to Steam library:
`steamos-add-to-steam {{path/to/file}}`

View File

@ -0,0 +1,8 @@
# steamos-dump-info
> View SteamOS system information.
> More information: <https://gitlab.com/users/evlaV/projects>.
- View SteamOS system information:
`sudo steamos-dump-info`

View File

@ -0,0 +1,12 @@
# steamos-readonly
> Set the readonly status of the filesystem.
> More information: <https://gitlab.com/users/evlaV/projects>.
- Set the filesystem to be mutable:
`sudo steamos-readonly disable`
- Set the filesystem to be read only:
`sudo steamos-readonly enable`

View File

@ -0,0 +1,20 @@
# steamos-session-select
> Manipulate which session is currently in use.
> More information: <https://gitlab.com/users/evlaV/projects>.
- Change to desktop mode:
`steamos-session-select plasma`
- Change to gamemode:
`steamos-session-select gamescope`
- Change to Wayland desktop mode:
`steamos-session-select plasma-wayland-persistent`
- Change to X11 desktop mode:
`steamos-session-select plasma-x11-persistent`

View File

@ -0,0 +1,12 @@
# steamos-update
> Update SteamOS.
> More information: <https://gitlab.com/users/evlaV/projects>.
- Update the operating system:
`steamos-update`
- Check if there is an update available:
`steamos-update check`