niri-session: Run as login bash

This commit is contained in:
Ivan Molodetskikh
2023-08-27 13:07:36 +04:00
parent 4d156ef662
commit d203e70b0f
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash --login
# Make sure there's no already running session.
if systemctl --user -q is-active niri.service; then