This commit is contained in:
Geoffrey Frogeye 2015-07-12 20:59:47 +02:00
parent 338bd029c5
commit 2f5d1df917

View file

@ -1,4 +1,3 @@
#!/bin/sh
#
@ -15,3 +14,4 @@ case $1 in
i3) exec dbus-launch i3 ;;
*) exec dbus-launch $DEFAULT_SESSION ;;
esac