First Commit

This commit is contained in:
Errensuge
2017-01-12 15:26:11 +01:00
commit a066283107
9 changed files with 620 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec startx /bin/i3
fi