blob: f676e91a54789ebc3628ec2ec5de257a1c4ad5ce (
plain)
1
2
3
4
5
6
7
8
9
10
|
You need some packages for all this crap, install them:
apt-get install agetty chromium mpv i3 unclutter xdotool
To autologin as your user:
getty@tty6.service belongs in /etc/systemd/system/getty.target.wants/getty@tty6.service
To actually make that user start stuff:
xinitrc belongs in ~/.xinitrc
bash_profile belongs in ~/.bash_profile
start-grid.sh belongs somewhere where you run it after i3 is started
|