mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
8 lines
181 B
Bash
Executable File
8 lines
181 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export XDG_SESSION_TYPE=wayland
|
|
export QT_QPA_PLATFORM=wayland
|
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
|
export EGL_PLATFORM=gbm
|
|
|
|
exec niri -c /etc/greetd/dms-niri.kdl |