dotfiles/local/bin/startniri
2025-08-02 11:43:36 +03:30

8 lines
163 B
Bash
Executable file

#!/bin/sh
export WAYLAND_DISPLAY=wayland-0
export XDG_CURRENT_DESKTOP=niri
export XDG_SESSION_TYPE=wayland
export XWAYLAND_DISPLAY=:1
xwayland-satellite &
niri &