|
/Linux/Awesome:
Awesome Window Manager Upgrade Breakage
March 2009: location and contents of the $HOME config file have changed. Awesome now looks in ~/.config/awesome/rc.lua instead of ~/.awesomerc, and very little of the documentation seems to reflect this fact. On the bright side, for those of us who do not have a "Windows" key, it is now much easier to reassign the "Default modkey" to something else. To do so, make a local copy of config file:
cp /etc/xdg/awesome/rc.lua ~/.config/awesome/rc.lua
Then edit ~/.config/awesome/rc.lua:
modkey = "Mod1"
Mod1 is the Alt key, which is what you now must use for almost all keyboard shortcuts.
As of early 2009, Awesome upgrades over-write /usr/share/xsessions/awesome.desktop without asking, causing my status bar clock to disappear and my screen locker to not get started. Keep a backup copy and manually restore this file after each upgrade.
posted at: 13:23 | path: /Linux/Awesome | permanent link to this entry