Skip to content

Instantly share code, notes, and snippets.

@demmm
Created May 10, 2026 11:25
Show Gist options
  • Select an option

  • Save demmm/c4ad89047e7a26059981e64174f140c5 to your computer and use it in GitHub Desktop.

Select an option

Save demmm/c4ad89047e7a26059981e64174f140c5 to your computer and use it in GitHub Desktop.
plasma.sh
#!/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