Nesse vídeo configuramos o Gentoo pós instalação.
Aplicativos instalados
USE="jpeg png" emerge -a xorg-server xorg-x11 xf86-video-vesa xorg-drivers rxvt-unicode i3 i3status gentoolkit dhcpcd imlib2 feh dev-vcs/git
Comando executados
systemctl enable dhcpcd.service
useradd -m -G users,wheel,audio,video,usb -s /bin/bash marcos
exit && login user
echo "exec i3" > ~/.xinitrc
Arquivo vim ~/.Xresources
! special colors
*.foreground: #bfc3bc
*.background: #2d3335
*.cursorColor: #bfc3bc
URxvt*scrollBar: false
URxvt*scrollBar_right: false
URxvt*transparent: true
URxvt*shading: 10
URxvt.font: xft:Monospace:pixelsize=19
URxvt.letterSpace: 0
*antialias: true
*autohint: true
Depois rode xrdb ~/.Xresources
Aquivo vim 10-evdev.conf
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
EndSection
Depois mova para cp /home/marcos/10-evdev.conf /etc/X11/xorg.conf.d/10-evdev.conf
Clonando e instalar o Ly
git clone --recurse-submodules https://github.com/cylgom/ly
make && make install
systemctl enable ly.service
cd ly/ && ls
Arquivo criado para setar o papel de parede Clique aqui para pegar o mesmo papel de parede do vídeo
Criando o Script em Shell vim ~/.start.sh
#!/bin/bash
$HOME/.fehbg
xrdb ~/.Xresources
Depois dar permissão para execução e adiciná-lo ao config do i3wm
Adicione as linhas:
exec $HOME/.start.sh
eposition top
chmod +x ~/.start.sh
vim ~/.config/i3/config
Assista ao vídeo