Install from source using Stack. Install Xmobar using Stack
Copy xmonad.desktop
to /usr/share/xsessions/xmonad.desktop
to make XMonad
show up in the login screen.
Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night.
sudo apt install -y redshift
A window switcher, Application launcher and dmenu replacement
sudo apt install -y rofi
apt install -y xfce4-terminal
https://www.vivaolinux.com.br/topico/Ubuntu-e-Kubuntu/Teclado-para-PTBR
setxkbmap -model intl -layout us
gsettings get org.gnome.desktop.input-sources sources
# [('xkb', 'us+altgr-intl')]
setxkbmap -query
# rules: evdev
# model: pc105
# layout: us
# variant: intl
setxkbmap -model abnt2 -layout br
setxkbmap -query
# rules: evdev
# model: abnt2
# layout: br
To permanently set the keyboard layout, edit /etc/default/keyboard