blob: d31db65db5f21cf4a0aea8c08899bda5d8ffbaa9 (
plain)
1
2
3
4
5
6
7
8
|
#!/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
|