mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
4 lines
109 B
Bash
Executable File
4 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
MUTTER_DEBUG_DUMMY_MODE_SPECS=1366x768 dbus-run-session -- gnome-shell --nested --wayland
|
|
exit 0
|