summaryrefslogtreecommitdiffstats
path: root/config.default.h
Commit message (Collapse)AuthorAgeFilesLines
* s/TILED/TILE/gGravatar Anselm R. Garbe 2006-08-251-1/+1
|
* removed a bunch of lines, made mode symbols configurableGravatar Anselm R. Garbe 2006-08-251-0/+2
|
* new color stuff/new rendering stuffGravatar Anselm R. Garbe 2006-08-251-3/+8
|
* back to 3 colorsGravatar Anselm R. Garbe 2006-08-251-4/+3
|
* 3->4 colorsGravatar Anselm R. Garbe 2006-08-241-3/+4
|
* implemented class:inst:title matchingGravatar Anselm R. Garbe 2006-08-231-3/+3
|
* applied zero_to_five patchGravatar Anselm R. Garbe 2006-08-231-5/+5
|
* fixed default key bindings (indexes of tags were screwed up)Gravatar Anselm R. Garbe 2006-08-221-20/+20
|
* removed DEFTAGGravatar Anselm R. Garbe 2006-08-221-2/+1
|
* applied the shorter xprop commandGravatar Anselm R.Garbe 2006-08-171-1/+1
|
* removed leading ;Gravatar Anselm R.Garbe 2006-08-161-1/+1
|
* added sample command to config.default.h to highlight how to query ↵Gravatar Anselm R.Garbe 2006-08-161-0/+2
| | | | class:instance info with a one-liner of shell commands
* applied jk_to_tab patchGravatar Anselm R.Garbe 2006-08-151-17/+17
|
* removed NUMLOCKMASK, added dynamically calculated numlockmask insteadGravatar Anselm R.Garbe 2006-08-141-1/+0
|
* changed replacetag into toggletagGravatar Anselm R.Garbe 2006-08-141-10/+10
|
* removed viewnext/viewprevGravatar Anselm R.Garbe 2006-08-141-2/+0
|
* made shortcuts like proposed by Sander, renamed viewextend to toggleview ↵Gravatar Anselm R.Garbe 2006-08-131-10/+10
| | | | (more clear)
* implemented viewextend and added M-S-C-n shortcuts for extending the current ↵Gravatar Anselm R.Garbe 2006-08-111-26/+31
| | | | view... updated man page (works great!) nice feature
* readded border color, this sucks leastGravatar Anselm R.Garbe 2006-08-101-0/+1
|
* removed unnecessary border colorGravatar Anselm R.Garbe 2006-08-101-1/+0
|
* switched to regexp matching for RulesGravatar arg@10ksloc.org 2006-08-041-4/+3
|
* fixed a bug in dmenu callGravatar arg@10ksloc.org 2006-08-041-3/+0
|
* using execl now, argv changed, using cmd and const char defs directly in the ↵Gravatar arg@10ksloc.org 2006-08-041-2/+4
| | | | KEYS struct
* s/tag2/two/gGravatar arg@10ksloc.org 2006-08-031-2/+2
|
* stylistic chnageGravatar arg@10ksloc.org 2006-08-031-2/+2
|
* removed TLast tag enum, now tags is simple defined as char *[] array, the ↵Gravatar arg@10ksloc.org 2006-08-031-27/+21
| | | | rest is calculated correctly, rules take an int array for the tags
* changed Client->tags and Rule->tags to be Bool (I'll also try to remove the ↵Gravatar arg@10ksloc.org 2006-08-031-2/+2
| | | | TLast enum)
* changing MASTERW value from 52 to 60 (in both, default and arg), I feel this ↵Gravatar arg@10ksloc.org 2006-08-021-1/+1
| | | | is better now
* removed the CONFIG variable from config.mk, renamed config.h into ↵Gravatar arg@10ksloc.org 2006-08-021-0/+62
config.default.h, after first clone/extract one needs to copy config.default.h to config.h, that is easier than always heavy typing make CONFIG=blafasel