azure/files/etc/profile.d/startniri.sh

6 lines
93 B
Bash
Raw Normal View History

2024-10-12 19:59:21 +00:00
#!/bin/sh
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
2024-11-20 20:05:54 +00:00
exec niri-session
2024-10-12 19:59:21 +00:00
fi