Files
cheatsheet-tldr/tldr/linux/steamos-session-select
2024-12-27 00:17:30 +00:00

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`