mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
742 B
Plaintext
30 lines
742 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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 (sets the system to boot into gamemode if `-persistent` options were selected previously):
|
|
|
|
`steamos-session-select`
|
|
|
|
- Change to Wayland desktop mode:
|
|
|
|
`steamos-session-select plasma-wayland`
|
|
|
|
- Change to Wayland desktop mode and have the device boot to desktop:
|
|
|
|
`steamos-session-select plasma-wayland-persistent`
|
|
|
|
- Change to X11 desktop mode and have the device boot to desktop:
|
|
|
|
`steamos-session-select plasma-x11-persistent`
|