The easiest way to get started is to edit (or create, if misisng) ~/.xinitrc. If it didn't exist, simply put exec i3 in there. If it exists, check the bottom for some exec call, comment it out and put exec i3 instead.
Once the file is saved, run startx from the TTY. This will start an X server, read the file and then start i3.
Má váš systém iba jedného používateľa?
Používate iba jedno desktopové prostredie alebo správcu okien?
Si taký lenivý ako ja?
Dobre! Pokračuj v čítaní...
Pre automatické prihlásenie upravte súbor na /etc/systemd/system/getty.target.wants/getty@tty1.service a zmeňte riadok "ExecStart=" v sekcii "[Service]" na tento:
ExecStart=-/sbin/agetty -a <user name> %I $TERM
Nahraďte "<užívateľské meno>" svojim užívateľským menom.
Pre automatické `startx` pridajte tento úryvok na koniec súboru na ~/.profile (alebo ~/.zprofile pre používateľov zsh):
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
Nakoniec nastavte default.target tak, aby zavádzal systém do konzoly (TTY) a nie do správcu displeja:
sudo systemctl set-default multi-user.target
Ahoj presto! -- váš počítač sa teraz zavedie priamo na plochu bez nutnosti zásahu a bez nafúknutia správcu displeja na vašom systéme.
@Zlodeji: nemáš zač 
Ak to potrebujete deaktivovať a obnoviť predvolené správanie, použite:
sudo systemctl set-default graphical.target