This website requires JavaScript.
Explore
Help
Sign in
babariviere
/
azure
Watch
1
Star
0
Fork
You've already forked azure
0
Code
Issues
Pull requests
Releases
Packages
Activity
Actions
1
f987f94c18
azure
/
files
/
etc
/
profile.d
/
startniri.sh
6 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
fix: use bash for starting river
2024-10-12 19:59:21 +00:00
#!/bin/sh
if
[
-z
"
$DISPLAY
"
]
&&
[
"
$(
tty
)
"
=
"/dev/tty1"
]
;
then
fix: use startniri
2024-11-20 20:05:54 +00:00
exec
niri-session
fix: use bash for starting river
2024-10-12 19:59:21 +00:00
fi
Reference in a new issue
Copy permalink