mirror of
https://github.com/zedsalim/debian-z.git
synced 2026-02-02 23:59:33 +00:00
Initial Commit
This commit is contained in:
parent
f18da1cc25
commit
a5bc6b13c5
96 changed files with 6936 additions and 0 deletions
24
optional/autologin.txt
Normal file
24
optional/autologin.txt
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
sudo vim /etc/systemd/logind.conf
|
||||
|
||||
uncomment #NAutoVTs=6
|
||||
|
||||
make it NAutoVTs=1
|
||||
|
||||
sudo mkdir -p /etc/systemd/system/getty@tty1.service.d
|
||||
|
||||
cd /etc/systemd/system/getty@tty1.service.d
|
||||
|
||||
sudo vim override.conf
|
||||
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=-/sbin/agetty --autologin zed --noclear %I $TERM
|
||||
|
||||
sudo systemctl daemon-reload
|
||||
|
||||
cd ~
|
||||
|
||||
echo "exec startx" > .bash_profile
|
||||
|
||||
echo "exec i3" > .xinitrc
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue