9 lines
163 B
Text
9 lines
163 B
Text
|
#!/bin/sh
|
||
|
export WAYLAND_DISPLAY=wayland-0
|
||
|
export XDG_CURRENT_DESKTOP=niri
|
||
|
export XDG_SESSION_TYPE=wayland
|
||
|
export XWAYLAND_DISPLAY=:1
|
||
|
|
||
|
xwayland-satellite &
|
||
|
niri &
|