mirror of https://github.com/CrimsonTome/tldr.git
steamos-{session-select, readonly, dump-info, update}: add page (#13202)
Co-authored-by: spageektti <git@spageektti.cc>pull/28/head
parent
d4b93fab57
commit
a27a7ff551
|
@ -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}}`
|
|
@ -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`
|
|
@ -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`
|
|
@ -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`
|
|
@ -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`
|
Loading…
Reference in New Issue