fix variable
This commit is contained in:
parent
7bf9fd9f85
commit
09db110fd0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||||
done
|
done
|
||||||
|
|
||||||
# Falls autostartdesktop auf i3 gesetzt wird, wird i3 statt sway gestartet
|
# Falls autostartdesktop auf i3 gesetzt wird, wird i3 statt sway gestartet
|
||||||
if [ "${autostartdesktop}" == "i3" ]; then
|
if [ "${autostartdesktop}" = "i3" ]; then
|
||||||
echo "exec i3" > ~/.xinitrc
|
echo "exec i3" > ~/.xinitrc
|
||||||
startx
|
startx
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue