Gloubiboulga

This commit is contained in:
Florestan Bredow
2023-12-05 21:11:09 +01:00
parent 6d17e7be71
commit 27c4afa80d
7 changed files with 288 additions and 155 deletions

View File

@@ -1,6 +1,6 @@
# Start X at login
if status --is-login
if test -z "$DISPLAY" -a $XDG_VTNR = 1
exec startx
exec sway
end
end