summaryrefslogtreecommitdiff
path: root/rc.lua
AgeCommit message (Collapse)AuthorFiles
2010-03-10rc.lua: bring back the Web promptAdrian C. (anrxc)1
2010-03-07rc.lua: fix widget cachingAdrian C. (anrxc)1
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)1
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-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-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
2009-12-30rc.lua: toggle wibox even when there are no clientsAdrian C. (anrxc)1
2009-12-26rc.lua: separate the layout and promptboxAdrian C. (anrxc)1
2009-12-26rc.lua: separator is now an imageboxAdrian C. (anrxc)1
Commit 15b92bf introduced the wibox border, now this commit moves widgets into containers.
2009-12-20rc.lua: move clients menu to a keybindingAdrian C. (anrxc)1
2009-12-17rc.lua: add border to wibox, clearer separationAdrian C. (anrxc)1
2009-12-07rc.lua: removed focus fix for obsolete pre_manage patchAdrian C. (anrxc)1
2009-12-07rc.lua: match and float all PIN entry windowsAdrian C. (anrxc)1
2009-12-05rc.lua: replaced progressbar margins with bordersAdrian C. (anrxc)1
Margins of 1px are useless when a border of the same color as wibox bg can be used. There was already a set_border_color() call for every progressbar (nil) now they are re-used.
2009-12-05rc.lua: shrinked the wibox to 12pxAdrian C. (anrxc)1
No reason to be at 14px when the Profont fits into 12.
2009-12-04rc.lua: import OSK with pcall, when called the first timeAdrian C. (anrxc)1
Variable boosk (boolean osk) controlls if osk() gets called or imported. Now OSK doesn't sit in memory, since it could get called seldom, like once in a week.
2009-12-03rc.lua: use rule callback to remove titlebars selectivelyAdrian C. (anrxc)1
Floating client that will NOT have a titlebar GETS one in callback. It is removed in the manage signal. Rules are executed first, so we do it like this, this is simpler than doing checks like: c.class ~= "Xmessage" and c.class ~= ... Arrange could seem like a better place to deal with the whole floater-titlebar issue but it's not. It makes it impossible to remove a titlebar, and causes some other side effects.
2009-12-03rc.lua: reworked floaters managementAdrian C. (anrxc)1
2009-12-02rc.lua: make use awful.menu.clientsAdrian C. (anrxc)1
Attached to layoutbox until keygrabber support is added to the clients menu - at which point it will be a good enough imitation of the Alt+Tab applications switcher, as found in other desktop environments.
2009-11-26rc.lua: upgraded to awesome 3.4.2Adrian C. (anrxc)1
2009-11-24osk: import of the On Screen KeyboardAdrian C. (anrxc)1
2009-11-22rc.lua: more changesin tag setupAdrian C. (anrxc)1
2009-11-22rc.lua: simplified tag setupAdrian C. (anrxc)1
2009-11-18rc.lua: fix filesystem usage percent keyAdrian C. (anrxc)1
2009-11-11rc.lua: fix tzs thermal zone idAdrian C. (anrxc)1
2009-11-09rc.lua: add redraw binding for corrupted clientsAdrian C. (anrxc)1
Gimp most often produces garbage when croping images. But others can get corrupted too.
2009-11-09rc.lua: revert "make use of the arrange signal"Adrian C. (anrxc)1
This reverts commit f4e09a066c869aa2c69a71de23a2f5ec80fbfdb0. Code is now in git, as reference to anyone interested in the functionality explained in the previous commit message.
2009-11-09rc.lua: make use of the arrange signalAdrian C. (anrxc)1
Added fine grained border and floater controls. Code adds a titlebar and border to each floating client (also covers floating layout), and makes it ontop. In case there is only one tiled client visible or we are in max layout the border is removed to save space. Next commit will revert the change, because I don't intend to use it at this moment but I'm placing it here for archival and reference.
2009-11-06rc.lua: simplify tag setup and creationAdrian C. (anrxc)1
2009-11-06rc.lua: use keycodes to map keyboard digitsAdrian C. (anrxc)1
2009-11-06rc.lua: expose more objectsAdrian C. (anrxc)1
2009-11-03rc.lua: fix mbox truncateAdrian C. (anrxc)1
2009-10-25rc.lua: adapt graph to vicious default, max_value of 1Adrian C. (anrxc)1
2009-10-25master: de-obfuscate e-mail addressAdrian C. (anrxc)1
2009-10-18rc.lua: removed wifi usage widgetAdrian C. (anrxc)1
2009-10-18rc.lua: rework keybindingsAdrian C. (anrxc)1
2009-10-14rc.lua: removed obsolete widget namesAdrian C. (anrxc)1
2009-10-13rc.lua: changes in widget creationAdrian C. (anrxc)1
2009-10-12rc.lua: major cleanup, 40 lines cutAdrian C. (anrxc)1
2009-10-11rc.lua: wibox hiding simplifiedAdrian C. (anrxc)1
2009-10-11rc.lua: floaters don't overlapAdrian C. (anrxc)1
2009-10-11rc.lua: enable startup notificationAdrian C. (anrxc)1
2009-10-11rc.lua: introduce function aliasesAdrian C. (anrxc)1