aboutsummaryrefslogtreecommitdiff
path: root/config.default.h
Commit message (Collapse)AuthorAge
* removed viewall(), replaced with view(-1); added tag(-1) to tag a client ↵arg@mig292006-11-30
| | | | with all tags (new key combo MODKEY-Shift-0)
* returning to old Key structarg@mig292006-11-27
|
* changing Key.func into Key.func[NFUNCS], this allows sequences execution of ↵arg@mig292006-11-27
| | | | functions per keypress (avoids implementing useless masterfunctions which call atomic ones)
* added togglefloat to hg tip (i consider this useful for some cases), using ↵arg@mig292006-11-27
| | | | MODKEY-Shift-space as shortcut
* renamed resizecol into resizemasterarg@mig292006-10-31
|
* added screen-border snapping in floating mode, feels quite wellarg@mig292006-10-30
|
* applied sander's config.*h nitpick patcharg@mig292006-10-26
|
* code polishing, removed unnecessary newlinesAnselm R. Garbe2006-10-06
|
* removed the stack position stuffAnselm R. Garbe2006-10-05
|
* changing MASTER value from percent into per millAnselm R. Garbe2006-10-05
|
* keep master ratio on resizecol -> arrangeAnselm R. Garbe2006-10-05
|
* added symbols for different modesAnselm R. Garbe2006-09-29
|
* removed the direction flippingAnselm R. Garbe2006-09-29
|
* small changeAnselm R. Garbe2006-09-29
|
* added the new dotile as described on mlAnselm R. Garbe2006-09-29
|
* first step to a more flexible dotile() algorithmAnselm R. Garbe2006-09-29
|
* changed order of colordefs in config.h's, changed config.arg.h to fit to new ↵arg@mmvi2006-09-26
| | | | dmenu
* implemented the maximization as I described on the mailinglist, this feels ↵arg@mmvi2006-09-22
| | | | better to me.
* made args mode symbols the default ones (the default ones look too ugly)Anselm R. Garbe2006-09-06
|
* renamed resizetile into resizecolAnselm R. Garbe2006-09-05
|
* well ok, added Mod-s to default bindings (however, I don't need it)Anselm R. Garbe2006-09-05
|
* s/growcol/resizetile/gAnselm R. Garbe2006-09-05
|
* I really need column growing, now pushing upstreamAnselm R. Garbe2006-09-05
|
* changed shortcut into Mod1-0Anselm R. Garbe2006-08-31
|
* added viewall to mainstream (only Ross Mohns version, not the toggle)Anselm R. Garbe2006-08-31
|
* applied sanders somepatches.patchAnselm R. Garbe2006-08-28
|
* changed order of optionsAnselm R. Garbe2006-08-25
|
* s/TILED/TILE/gAnselm R. Garbe2006-08-25
|
* removed a bunch of lines, made mode symbols configurableAnselm R. Garbe2006-08-25
|
* new color stuff/new rendering stuffAnselm R. Garbe2006-08-25
|
* back to 3 colorsAnselm R. Garbe2006-08-25
|
* 3->4 colorsAnselm R. Garbe2006-08-24
|
* implemented class:inst:title matchingAnselm R. Garbe2006-08-23
|
* applied zero_to_five patchAnselm R. Garbe2006-08-23
|
* fixed default key bindings (indexes of tags were screwed up)Anselm R. Garbe2006-08-22
|
* removed DEFTAGAnselm R. Garbe2006-08-22
|
* applied the shorter xprop commandAnselm R.Garbe2006-08-17
|
* removed leading ;Anselm R.Garbe2006-08-16
|
* added sample command to config.default.h to highlight how to query ↵Anselm R.Garbe2006-08-16
| | | | class:instance info with a one-liner of shell commands
* applied jk_to_tab patchAnselm R.Garbe2006-08-15
|
* removed NUMLOCKMASK, added dynamically calculated numlockmask insteadAnselm R.Garbe2006-08-14
|
* changed replacetag into toggletagAnselm R.Garbe2006-08-14
|
* removed viewnext/viewprevAnselm R.Garbe2006-08-14
|
* made shortcuts like proposed by Sander, renamed viewextend to toggleview ↵Anselm R.Garbe2006-08-13
| | | | (more clear)
* implemented viewextend and added M-S-C-n shortcuts for extending the current ↵Anselm R.Garbe2006-08-11
| | | | view... updated man page (works great!) nice feature
* readded border color, this sucks leastAnselm R.Garbe2006-08-10
|
* removed unnecessary border colorAnselm R.Garbe2006-08-10
|
* switched to regexp matching for Rulesarg@10ksloc.org2006-08-04
|
* fixed a bug in dmenu callarg@10ksloc.org2006-08-04
|
* using execl now, argv changed, using cmd and const char defs directly in the ↵arg@10ksloc.org2006-08-04
| | | | KEYS struct