Article
home/blog/Loading

How to install AwesomeWM on xubuntu

Installation guide for AwesomeWM on xubuntu.

Using the bundled software which comes with xubuntu and then replacing the WM with awesome_wm is very powerful. It allows you to forget about the configuration and installation of apps you are not interested in and focus on the task of getting a working environment.

Installation Guide:

  1. Install AwesomeWM
sudo apt-get install awesome -y
  1. Set window-manager to awesome
xfconf-query -c xfce4-session -p /sessions/Failsafe/Client0_Command -t string -s "awesome" -a
  1. In xubuntu navigate to Session and Startup
  2. Navigate to the Session tab in this window
  3. Change Restart Style of xfwm4 to Never
  4. Navigate to Application Autostart tab
  5. Click Add and add awesome (awesome as name and command)
  6. Navigate to Session tab and kill xfdesktop and click Save Session

Optional but recommended

  • Remove xfce4-panel
sudo apt-get remove xfce4-panel