mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-16 07:09:48 +00:00
11 lines
340 B
Bash
Executable File
11 lines
340 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
|
|
|
|
eval $(dbus-launch --sh-syntax)
|
|
|
|
env MUTTER_DEBUG_DUMMY_MODE_SPECS=${STEAMOS_NESTED_DESKTOP_WIDTH:-1280}x${STEAMOS_NESTED_DESKTOP_HEIGHT:-800} \
|
|
dbus-run-session -- gnome-shell --nested --wayland
|