mode "$mode_gaps" {
bindsym o mode "$mode_gaps_outer"
bindsym i mode "$mode_gaps_inner"
bindsym Return mode "default"
bindsym Escape mode "default"
}
mode "$mode_gaps_inner" {
bindsym plus gaps inner current plus 5
bindsym minus gaps inner current minus 5
bindsym 0 gaps inner current set 0
bindsym Shift+plus gaps inner all plus 5
bindsym Shift+minus gaps inner all minus 5
bindsym Shift+0 gaps inner all set 0
bindsym Return mode "default"
bindsym Escape mode "default"
}
mode "$mode_gaps_outer" {
bindsym plus gaps outer current plus 5
bindsym minus gaps outer current minus 5
bindsym 0 gaps outer current set 0
bindsym Shift+plus gaps outer all plus 5
bindsym Shift+minus gaps outer all minus 5
bindsym Shift+0 gaps outer all set 0
bindsym Return mode "default"
bindsym Escape mode "default"
}
Depois procure o campo "bar". Altere o tamanho dele com o parâmetro "height":
bar {
status_command i3status
position top
height 25
...
Salve e feche o arquivo.
Reinicie o i3 com "Ctrl + MOD + r".
Para usar gaps basta usar o atalho "Alt + MOD + g" e escolher entre "i" (inner) ou "o" (outer) e depois usar as teclas "-" e "+" para ajustar o tamanho.
=============== ARCH LINUX ===============
~ISO --> arch anywhere (deadhead420)
sudo wifi-menu / wifi-menu wlp3s0 systemctl status netctl start profile sudo netctl enable profile
wireless-tools wpa supplicant
systemctl enable netctl auto@interface_wiki
systemctl enable netctl- ifplugd@interface_ethernet
ip addr
restart xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
netctl list netctl start
$ pacman -S nm-applet $ nm-connection-editor
--> apps: pulseaudio // screenfetch // vim // wget // git // mpd // mplayer // ncmpcpp ......
firefox // audacity // emacs // gimp // libreoffice // lmmss // pitivi // projectm // simplescreenrecorder // virtualbox // mpv
$ sudo nano /etc/pacman.conf adicionar por último: [archlinuxfr] SigLevel = Never Server = https://repo.archlinux.fr/$arch (ctrl x sair) $sudo pacman -Sy yaourt
~Descompactadores: tar; gzip; bzip2; unzip; unrar; p7zip
acid-gtk-theme greyness-green-gtk ambiance DS blueSB/SB12 just-dark b00merang-dark menda-dark candra-theme-dark polar-night clearlooks-flat-compact sable/sableNC solaris colours varNaM-Gtk
~Icons lubuntu-artwork faenza elementary-xfce oxygen
(Fontes: yaourt ttf-ms-fonts // ttf-ubuntu-font-family // artwiz fonts // roboto font ///// bitmap fonts) |:::: hlv font + tewii ::::| <---
######## yaourt artwiz
mkfontdir fc-cache -fv
add this to your /etc/x11/xorg.conf file,
No seu arquivo de configuração ~/.i3/config adicione:
for_window [class="^.*"] border pixel 5 #troque o 5 por 0 se quiser excluir as bordas. smart_borders on #no_gaps
espaços entre as janelas
gaps inner 4 gaps outer 3
set $mode_gaps Gaps: (o) outer, (i) inner set $mode_gaps_outer Outer Gaps: +|-|0 (local), Shift + +|-|0 (global) set $mode_gaps_inner Inner Gaps: +|-|0 (local), Shift + +|-|0 (global) bindsym $mod+Shift+g mode "$mode_gaps"
mode "$mode_gaps" { bindsym o mode "$mode_gaps_outer" bindsym i mode "$mode_gaps_inner" bindsym Return mode "default" bindsym Escape mode "default" }
mode "$mode_gaps_inner" { bindsym plus gaps inner current plus 5 bindsym minus gaps inner current minus 5 bindsym 0 gaps inner current set 0
} mode "$mode_gaps_outer" { bindsym plus gaps outer current plus 5 bindsym minus gaps outer current minus 5 bindsym 0 gaps outer current set 0
}
Depois procure o campo "bar". Altere o tamanho dele com o parâmetro "height":
bar { status_command i3status position top height 25 ...
Salve e feche o arquivo.
Reinicie o i3 com "Ctrl + MOD + r".
Para usar gaps basta usar o atalho "Alt + MOD + g" e escolher entre "i" (inner) ou "o" (outer) e depois usar as teclas "-" e "+" para ajustar o tamanho.