-
Notifications
You must be signed in to change notification settings - Fork 0
Xmonad Desktop Installation
Lean's edited this page May 28, 2024
·
6 revisions
- sudo pacman -S xmonad xmonad-contrib
Also download the terminal
- sudo pacman -S rxvt-unicode
- sudo pacman -S xorg xorg-xinit
- sudo cp /etc/X11/xinit/xinitrc ~/.xinitrc
- sudo vim ~/.xinitrc
Remove lasts lines and add
urxvt &
exec xmonad &&
-
Bobo recomendation, instead of just opening the terminal consider opening with neofetch to be more beutiful:
urxvt -e sh -c 'neofetch; exec bash' & - startx