mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-29 09:32:55 +00:00
9 lines
307 B
Bash
Executable File
9 lines
307 B
Bash
Executable File
#!/usr/bin/env bash
|
|
source /etc/default/steamos-nested-desktop
|
|
|
|
# Remove the performance overlay, it meddles with some tasks
|
|
unset LD_PRELOAD
|
|
|
|
env MUTTER_DEBUG_DUMMY_MODE_SPECS=${STEAMOS_NESTED_DESKTOP_WIDTH:-1280}x${STEAMOS_NESTED_DESKTOP_HEIGHT:-800} \
|
|
dbus-run-session -- gnome-shell --nested --wayland
|