summaryrefslogtreecommitdiff
path: root/local/bin/startniri
blob: a20c6cb551f8ab50957dbac5473c843892542e33 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
export WAYLAND_DISPLAY=wayland-0
export XDG_CURRENT_DESKTOP=niri
export XDG_SESSION_TYPE=wayland
export XWAYLAND_DISPLAY=:1

xwayland-satellite &
niri &