summaryrefslogtreecommitdiffstats
path: root/config.arg.h
Commit message (Collapse)AuthorAgeFilesLines
* using more thinkpad compliant colorsGravatar arg@mig29 2007-01-021-1/+1
|
* changed arg's color schemeGravatar arg@mig29 2007-01-021-3/+3
|
* correctionsGravatar arg@mig29 2007-01-021-1/+1
|
* next version will contain updated copyright noticeGravatar arg@mig29 2007-01-021-1/+1
|
* migrated arg's config.h to new dmenu command line optionsGravatar arg@mig29 2006-12-191-2/+2
|
* found compromise for fontsGravatar arg@mig29 2006-12-071-1/+1
|
* switching to uxterm again, I get kretze from this urxvt crapGravatar arg@mig29 2006-12-071-1/+1
|
* making terminus more explicit a regular font (otherwise olique font might be ↵Gravatar arg@mig29 2006-12-051-1/+1
| | | | used in some setups like mine).
* darkening the fg colors somewhatGravatar arg@mig29 2006-12-011-2/+2
|
* removed viewall(), replaced with view(-1); added tag(-1) to tag a client ↵Gravatar arg@mig29 2006-11-301-1/+2
| | | | with all tags (new key combo MODKEY-Shift-0)
* returning to old Key structGravatar arg@mig29 2006-11-271-30/+29
|
* changing Key.func into Key.func[NFUNCS], this allows sequences execution of ↵Gravatar arg@mig29 2006-11-271-31/+32
| | | | functions per keypress (avoids implementing useless masterfunctions which call atomic ones)
* added togglefloat to hg tip (i consider this useful for some cases), using ↵Gravatar arg@mig29 2006-11-271-0/+1
| | | | MODKEY-Shift-space as shortcut
* using iso10646 explicitely in arg's config.hGravatar arg@mig29 2006-11-211-1/+1
|
* nah reverting to my prev style, that's really the bestGravatar arg@mig29 2006-11-181-6/+6
|
* applying aluminium style for arg's config.hGravatar arg@mig29 2006-11-181-6/+6
|
* using a more blue-ish color...Gravatar arg@mig29 2006-11-081-2/+2
|
* making the selected color more lightningGravatar arg@mig29 2006-11-081-1/+1
|
* renamed resizecol into resizemasterGravatar arg@mig29 2006-10-311-2/+2
|
* in a 1920x1200 setup 40 pixels of snap value are much better than 20Gravatar arg@mig29 2006-10-301-1/+1
|
* added screen-border snapping in floating mode, feels quite wellGravatar arg@mig29 2006-10-301-0/+1
|
* stupid urxvt needs bg to highlight selections in a sane way, though that ↵Gravatar arg@mig29 2006-10-271-1/+1
| | | | makes sense to some extend
* applied sander's config.*h nitpick patchGravatar arg@mig29 2006-10-261-4/+4
|
* forgot to use -tr, which actually prevents the ugly flicker (using xsetroot ↵Gravatar arg@mig29 2006-10-261-1/+1
| | | | -solid black as root window pixmap to make this work nicely)
* using MASTER 600 again, it is definately better, and using urxvtc for the ↵Gravatar arg@mig29 2006-10-261-2/+2
| | | | moment (it doesn't flickers on refreshes, but this is not because of Marc Lehmann, it is because of the original rxvt code)
* changing MASTER in config.arg.h from 600 to 550 per thousandGravatar arg@mig29 2006-10-261-1/+1
|
* my new 1920x1200 Z61p arrived, now I can use terminus in a sane way...Gravatar arg@mig29 2006-10-261-1/+1
|
* using lsx instead of Jukka's shell constructGravatar Anselm R. Garbe 2006-10-131-4/+3
|
* code polishing, removed unnecessary newlinesGravatar Anselm R. Garbe 2006-10-061-2/+1
|
* removed the stack position stuffGravatar Anselm R. Garbe 2006-10-051-7/+4
|
* changing MASTER value from percent into per millGravatar Anselm R. Garbe 2006-10-051-3/+3
|
* keep master ratio on resizecol -> arrangeGravatar Anselm R. Garbe 2006-10-051-2/+2
|
* using ff tiled again, seems to work perfectly with new bottom stackGravatar Anselm R. Garbe 2006-09-291-1/+1
|
* added symbols for different modesGravatar Anselm R. Garbe 2006-09-291-2/+3
|
* removed useless updatemasterGravatar Anselm R. Garbe 2006-09-291-1/+1
|
* removed the direction flippingGravatar Anselm R. Garbe 2006-09-291-2/+0
|
* small changeGravatar Anselm R. Garbe 2006-09-291-1/+1
|
* added the new dotile as described on mlGravatar Anselm R. Garbe 2006-09-291-0/+2
|
* first step to a more flexible dotile() algorithmGravatar Anselm R. Garbe 2006-09-291-2/+4
|
* small changeGravatar arg@mmvi 2006-09-261-2/+2
|
* small fixGravatar arg@mmvi 2006-09-261-1/+1
|
* changed order of colordefs in config.h's, changed config.arg.h to fit to new ↵Gravatar arg@mmvi 2006-09-261-4/+5
| | | | dmenu
* slight change to config.arg.h (I use ff floating)Gravatar arg@mmvi 2006-09-221-1/+1
|
* implemented the maximization as I described on the mailinglist, this feels ↵Gravatar arg@mmvi 2006-09-221-1/+0
| | | | better to me.
* fixed executing of dmenu output to handle args correctlyGravatar Anselm R. Garbe 2006-09-121-1/+1
|
* ach ich will auch Alt-sGravatar Anselm R. Garbe 2006-09-051-0/+1
|
* renamed resizetile into resizecolGravatar Anselm R. Garbe 2006-09-051-1/+1
|
* s/growcol/resizetile/gGravatar Anselm R. Garbe 2006-09-051-1/+1
|
* I really need column growing, now pushing upstreamGravatar Anselm R. Garbe 2006-09-051-0/+1
|
* changed shortcut into Mod1-0Gravatar Anselm R. Garbe 2006-08-311-1/+1
|