wm:awesome
Table of Contents
After years of FVWM I'm trying awesome. Not that I'm not satisfied with FVWM but more a check on other highly configurable VM (and light!)
First step
Install Awesome! ( I also installed dex rlwrap vicious )
Copy the /etc/xdg/awesome/ folder to ~/.config/awesome/
mkdir -p ~/.config/awesome/ cp -r /etc/xdg/awesome/* ~/.config/awesome/.
Change your xinitrc/*dm config to boot on awesome
Configuration
Can/Should be done on Xephyr
Xephyr :1 -ac -br -noreset -screen 1152x720 & DISPLAY=:1.0 awesome -c ~/.config/awesome/rc.lua
Follow the basic wiki My First Awesome adapting it to your needs
References
- http://awesome.naquadah.org/wiki/Main_Page Awesome wiki
- https://wiki.archlinux.org/index.php/awesome Archlinux Wiki
- https://bbs.archlinux.org/viewtopic.php?id=169852 Different Wallpaper per tag
- http://awesome.naquadah.org/wiki/Drop-down_terminal Drop Down Terminal
- http://vincent.bernat.im/en/blog/2012-awesome-wm.html Switching to Awesome
wm/awesome.txt · Last modified: by warnaud
