Monday, May 13, 2013

How to install & Configuring Awesome window manager on Archlinux

Awesome is lightweight window manager and a highly configurable, next generation framework window manager for X. It is very fast, extensible and licensed under the GNU GPLv2 license.

It is primarly targeted at power users, developers and any people dealing with every day computing tasks and who want to have fine-grained control on theirs graphical environment.

Official Sites:
http://awesome.naquadah.org/

Installation:
$sudo pacman -S awesome
Also you need install these to run terminal.
$sudo pacman -S xterm

If you using login manager like lxdm, gdm, etc, awesome automaticlly listed on there. Just choose awesome on login manager. :)

Here's the default awesome interface:
How to install & Configuring  Awesome window manager on Archlinux

To run apps, right click then open terminal, type the apps you like. 

To configuring aweseome, first create config folder for awesome
$mkdir -p ~/.config/awesome
$cp /etc/xdg/awesome/rc.lua ~/.config/awesome/
For more themes, see the list below:

For changing themes & configuration, see below for example, i change the themes to steamburn:
download all zip from here:
https://github.com/copycat-killer/awesome-copycats

Then extract it, copy all files into : ~/.config/awesome/

Then rename rc.lua.steamburn into rc.lua, remove old file if exists.

Then configure the rc.lua, and set the correct path.

Find the variable definitions, then set the correct path. Save, then reload the awesome. If you get error, try install the needed packages.

On steamburn theme, this theme need vicious packages. Install it first then restart  again. Fix the unused command on rc.lua, if you get red notification again.

Here's steamburn themes:

How to install & Configuring  Awesome window manager on Archlinux

That's it, awesome is lightweight, but for normally desktop user it's not recommended for them. :D

Enjoy.
Share on Facebook
Share on Twitter
Share on Google+