diff --git a/pages/linux/steamos-add-to-steam.md b/pages/linux/steamos-add-to-steam.md new file mode 100644 index 000000000..77419d64c --- /dev/null +++ b/pages/linux/steamos-add-to-steam.md @@ -0,0 +1,8 @@ +# steamos-add-to-steam + +> Add a program to Steam library. +> More information: . + +- Add a program to Steam library: + +`steamos-add-to-steam {{path/to/file}}` diff --git a/pages/linux/steamos-dump-info.md b/pages/linux/steamos-dump-info.md new file mode 100644 index 000000000..648d10f8a --- /dev/null +++ b/pages/linux/steamos-dump-info.md @@ -0,0 +1,8 @@ +# steamos-dump-info + +> View SteamOS system information. +> More information: . + +- View SteamOS system information: + +`sudo steamos-dump-info` diff --git a/pages/linux/steamos-readonly.md b/pages/linux/steamos-readonly.md new file mode 100644 index 000000000..60b707150 --- /dev/null +++ b/pages/linux/steamos-readonly.md @@ -0,0 +1,12 @@ +# steamos-readonly + +> Set the readonly status of the filesystem. +> More information: . + +- Set the filesystem to be mutable: + +`sudo steamos-readonly disable` + +- Set the filesystem to be read only: + +`sudo steamos-readonly enable` diff --git a/pages/linux/steamos-session-select.md b/pages/linux/steamos-session-select.md new file mode 100644 index 000000000..b7b840278 --- /dev/null +++ b/pages/linux/steamos-session-select.md @@ -0,0 +1,20 @@ +# steamos-session-select + +> Manipulate which session is currently in use. +> More information: . + +- 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` diff --git a/pages/linux/steamos-update.md b/pages/linux/steamos-update.md new file mode 100644 index 000000000..461f44367 --- /dev/null +++ b/pages/linux/steamos-update.md @@ -0,0 +1,12 @@ +# steamos-update + +> Update SteamOS. +> More information: . + +- Update the operating system: + +`steamos-update` + +- Check if there is an update available: + +`steamos-update check`