fix: autostart default uwsm session

This commit is contained in:
2025-08-01 01:21:44 +02:00
committed by Oscar Wallberg
parent 80292db194
commit 8f695dcc2d
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
if uwsm check may-start && uwsm select; then
if uwsm check may-start; then
exec uwsm start default
fi