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
|
||||
|
||||
# Falls autostartdesktop auf i3 gesetzt wird, wird i3 statt sway gestartet
|
||||
if [ "${autostartdesktop}" == "i3" ]; then
|
||||
if [ "${autostartdesktop}" = "i3" ]; then
|
||||
echo "exec i3" > ~/.xinitrc
|
||||
startx
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue