l
This commit is contained in:
parent
7bd1637f49
commit
a4f3d48618
2 changed files with 8 additions and 2 deletions
|
@ -121,5 +121,3 @@ if [ "$(tty)" = "/dev/tty1" ] ; then
|
||||||
exec startx
|
exec startx
|
||||||
#exec sway
|
#exec sway
|
||||||
fi
|
fi
|
||||||
|
|
||||||
command -v fetch >/dev/null 2>&1 && fetch min
|
|
||||||
|
|
8
systemd-bak/autologin.conf
Normal file
8
systemd-bak/autologin.conf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Autologin with systemd
|
||||||
|
# Create file here:
|
||||||
|
# /etc/systemd/system/getty@tty1.service.d/autologin.conf
|
||||||
|
# with contents:
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=
|
||||||
|
ExecStart=-/sbin/agetty -o '-p -f -- \\u' --noclear --autologin tavo %I $TERM
|
Loading…
Reference in a new issue