A tiling window manager is a type of window manager used in graphical user interfaces (GUIs) where windows
are tiled to fit onto the screen without any overlapping. Instead of allowing users to freely move and resize
windows, a tiling window manager automatically arranges them in a non-overlapping grid-like pattern, maximizing
the use of screen real estate.
Tiling window managers are often used by power users and developers who value efficiency and productivity, as
they provide a fast and streamlined way to manage windows and applications. Some popular examples of tiling
window managers include i3, Awesome, and Xmonad.
🟢 Higher productivity
🟢 Extremely fast and lightweight
🟢 Very beautiful
🔴 Large learning curve
🔴 Increased keyboard usage
Starting with i3wm version 4.22, i3gaps is no longer required
✅ Picom(jonaburg)
✅ ibhagwan/picom
✅ i3wm (only)
Digital 7
Iosevka Nerd Font
FontAwesome5Brands
Update your system
sudo apt updade && sudo apt upgrade
Install polybar
sudo apt install polybar
cp $HOME/Downloads/dotfiles/setup/polybar/config.ini ~/.config/polybar/
For a complete installation and customization reference go to: Polybar
Update your system
sudo xbps-install -Suvy
Getting polybar
sudo xbps-install -Svy polybar
cp $HOME/Downloads/dotfiles/setup/polybar/config.ini ~/.config/polybar/
Update your system
sudo pacman -Syyu
Getting polybar
sudo pacman -S polybar
cp $HOME/Downloads/dotfiles/setup/polybar/config.ini ~/.config/polybar/
[module/date]
type = internal/date
interval = 1
date = %H:%M
label = %date%
label-foreground = #B9B9B9
[module/example]
type = custom/script
exec = echo "Its a example"
click-left = "firefox https://github.com/rexionmars" &
format = <label>
format-prefix = "Github"
format-prefix-foreground = #101010
format-prefix-background = #000000