From a27a7ff551cd57a8f927bfc2711bf25588f3742a Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 11 Jul 2024 00:53:04 +0300 Subject: [PATCH] steamos-{session-select, readonly, dump-info, update}: add page (#13202) Co-authored-by: spageektti --- pages/linux/steamos-add-to-steam.md | 8 ++++++++ pages/linux/steamos-dump-info.md | 8 ++++++++ pages/linux/steamos-readonly.md | 12 ++++++++++++ pages/linux/steamos-session-select.md | 20 ++++++++++++++++++++ pages/linux/steamos-update.md | 12 ++++++++++++ 5 files changed, 60 insertions(+) create mode 100644 pages/linux/steamos-add-to-steam.md create mode 100644 pages/linux/steamos-dump-info.md create mode 100644 pages/linux/steamos-readonly.md create mode 100644 pages/linux/steamos-session-select.md create mode 100644 pages/linux/steamos-update.md 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`