summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2013-12-27rc.lua: adjust audio mixer in increments of 1dBHEADmasterAdrian C. (anrxc)1
Because Vicious widgets library no longer uses raw values increments of 2dB are much too high.
2013-12-27rc.lua: let acpid lock the screen and drop /usr/sbin supportAdrian C. (anrxc)1
Arch Linux now uses /usr/bin for all binaries.
2013-01-01rc.lua: upgraded to awesome v3.4.14v3.4.14Adrian C. (anrxc)1
2012-12-08scratch: update support for development revisions of awesomeAdrian C. (anrxc)2
Because awesome 3.5 will have both add_signal and connect_signal, reorder the logic so we try to locate connect_signal first. By some accounts on IRC add_signal wrapper for backwards compatibility around connect_signal may produce unexpected results, so just avoid it.
2012-12-05rc.lua: update screen brightness keybindingsAdrian C. (anrxc)1
Brightness is controlled in hardware now so simply display the value when invoking the desktop applet and it will reflect and display changes correctly.
2012-12-04rc.lua: adapt rc for the new workstationAdrian C. (anrxc)1
Keycode 121: mute is supported in hardware, ignore event Keycode 150: inproperly mapped by udev, let acpid handle the SBTN event to suspend the system to memory Keycode 235: launch the display manager rather than turning off the screen via DPMS Keycode 244: show an xmessage popup with BAT status for now, until I think of something better
2012-08-02rc.lua: expose vicious to global namespaceAdrian C. (anrxc)1
I want vicious.suspend to work from shell scripts not just the Lua prompt.
2012-07-18scratch: add support for development revisions of awesomeAdrian C. (anrxc)2
2012-07-15rc.lua: upgraded to awesome v3.4.13Adrian C. (anrxc)1
2012-06-24rc.lua: upgraded to awesome v3.4.12Adrian C. (anrxc)1
2012-06-19scratch: port scratch module to lua 5.2Adrian C. (anrxc)3
2012-06-18rc.lua: update the way vicious is loadedAdrian C. (anrxc)1
Vicious was ported to Lua 5.2, and is now loaded differently as a module to remain compatible with Lua 5.1 installations.
2012-06-18scratch: update initialization instructionsAdrian C. (anrxc)2
This is in preparation to the port to Lua 5.2.
2011-12-28rc.lua: update Gajim class for v0.15Adrian C. (anrxc)1
2011-10-05rc.lua: update flash rules for new plugin versionAdrian C. (anrxc)1
2011-06-20rc.lua: upgraded to awesome v3.4.10Adrian C. (anrxc)1
2011-03-22rc.lua: reworked and reversed screen handlingAdrian C. (anrxc)1
2011-01-19rc.lua: upgraded to awesome v3.4.9Adrian C. (anrxc)1
2011-01-19rc.lua: adapt rc for the new workstationAdrian C. (anrxc)1
2010-12-28rc.lua: new tag setup for easier property expansionAdrian C. (anrxc)1
2010-12-28icons: removed unused taglist squaresAdrian C. (anrxc)5
2010-12-27rc.lua: spawn apps on the external screenAdrian C. (anrxc)1
2010-12-14scratch: fixed pad multiple screen supportAdrian C. (anrxc)1
Unmanage handler was deleting the wrong client for the scratch table. Causing lua tracebacks and breaking awesome on next scratch.pad call. Now proper scratched clients are zeroed in multi display setups.
2010-12-14rc.lua: fixed alpine bindingsAdrian C. (anrxc)1
2010-10-09rc.lua: upgraded to awesome v3.4.8Adrian C. (anrxc)1
2010-08-25rc.lua: upgraded to awesome v3.4.7Adrian C. (anrxc)1
2010-08-17rc.lua: removed fullscreen titlebar hackAdrian C. (anrxc)1
Fixed in git branch 3.4, along with titlebar problems of maximized clients.
2010-07-14rc.lua: upgraded to awesome v3.4.6Adrian C. (anrxc)1
2010-05-11rc.lua: use menu coordinates instead of mouseAdrian C. (anrxc)1
2010-05-11rc.lua: upgraded to awesome v3.4.5Adrian C. (anrxc)1
2010-04-06rc.lua: shave some lines from awful.rules.rulesAdrian C. (anrxc)1
2010-03-29rc.lua: introduced home variableAdrian C. (anrxc)1
2010-03-23rc.lua: enable progressbar ticksAdrian C. (anrxc)2
2010-03-14scratch: function arguments are already localAdrian C. (anrxc)2
2010-03-10rc.lua: bring back the Web promptAdrian C. (anrxc)1
2010-03-07rc.lua: fix widget cachingAdrian C. (anrxc)2
2010-03-02rc.lua: upgraded to awesome v3.4.4Adrian C. (anrxc)1
2010-02-26rc.lua: remove spurious widget colorsAdrian C. (anrxc)1
Gradient is in use so the foreground color is ignored.
2010-02-25rc.lua: merge some graph and pbar propertiesAdrian C. (anrxc)1
2010-02-21rc.lua: remove the spacer and clean upAdrian C. (anrxc)1
2010-02-17rc.lua: remove redundant wm layoutsAdrian C. (anrxc)1
2010-01-29scratch: combined teardrop and scratchpadAdrian C. (anrxc)4
First step in integrating teardrop and scratchpad. With time the operations common to both modules should be made available to both, removing all duplication. Modules are split, even though they could function as just one module, scratchpad could get tabbing support (or other means of scratching multiple clients) so let's keep things clean.
2010-01-29scratchpad: delegate applying properties to a functionAdrian C. (anrxc)1
2010-01-29scratchpad: cleanup property applicationAdrian C. (anrxc)2
2010-01-28rc.lua: add Alt to clients menu binding downAdrian C. (anrxc)1
Clients menu is now a complete keyboard-only client switching solution. I added keygrabber support to this menu in awesome v3.4.3. In the rc.lua binding menu state is properly toggled on *every* Alt+Esc press, Alt jumps to the next item and it is always placed on the center of the screen.
2010-01-28teardrop: license fixedAdrian C. (anrxc)2
2010-01-28rc.lua: always center clients menuAdrian C. (anrxc)1
2010-01-28rc.lua: reconfigured widgetsAdrian C. (anrxc)1
2010-01-26rc.lua: move honoring size hints to rulesAdrian C. (anrxc)1
2010-01-14rc.lua: moveresize expands in all directionsAdrian C. (anrxc)1