mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 17:41:40 +00:00
26 lines
514 B
Plaintext
26 lines
514 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:
|
|
|
|
`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`
|