Created
May 10, 2026 11:25
-
-
Save demmm/c4ad89047e7a26059981e64174f140c5 to your computer and use it in GitHub Desktop.
plasma.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| export XDG_SESSION_TYPE=wayland | |
| export XDG_CURRENT_DESKTOP=KDE | |
| export LIBSEAT_BACKEND=seatd | |
| export XDG_VTNR=1 | |
| export XDG_SEAT=seat0 | |
| export KWIN_DRM_DEVICES=/dev/dri/card0 | |
| #sleep 0.5 | |
| exec /usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland | |
| #exec seatd-launch -- /usr/bin/startplasma-wayland | |
| #exec /usr/bin/startplasma-x11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment