Hiltjo Posthuma
|
43e82adf0d
|
separate program-specific c99 bool and X11
True, False are X11-specific (int), make sure to use c99 stdbool for
program-specific things.
|
9 years ago |
Hiltjo Posthuma
|
7e1182ce55
|
config.h: use common default font, pass Xft font name to dmenu
dmenu uses Xft now (soon to be released).
|
9 years ago |
Eric Pruitt
|
14343e69cc
|
Add Xft and follback-fonts support to graphics lib
|
9 years ago |
Anselm R Garbe
|
6af273771c
|
applied improved version of Martti Kühne's dmenu/multi monitor approach from dwm, no dmenuspawn required
|
11 years ago |
Anselm R Garbe
|
4fb31e0896
|
do not take our font declaration as default for st
|
11 years ago |
Anselm R Garbe
|
7edc596311
|
include font argument for st by default
|
11 years ago |
Anselm R Garbe
|
656882d76f
|
use st as default terminal from now on
|
11 years ago |
anselm@garbe.us
|
61fe833a06
|
reverting to plain X11 fonts in order to implement draw.c default
|
12 years ago |
anselm@garbe.us
|
fd3c19bd55
|
incorporating Xft instead of cairo, cairo provides far too many options
|
12 years ago |
anselm@garbe.us
|
c4b6ac812e
|
added 20h's clarification
|
12 years ago |
Connor Lane Smith
|
f099d2d5b5
|
new default colour scheme
|
13 years ago |
Connor Lane Smith
|
b1a28ae1da
|
apply nmaster patch
|
13 years ago |
anselm@garbe.us
|
c6180949a7
|
applied Sylvain Laurent's EWMH fullscreen state patch, simplified his patch a bit
|
14 years ago |
Anselm R Garbe
|
c3feffa1e2
|
applied Tony Lainson's config.def.h patch
|
15 years ago |
Anselm R Garbe
|
758b100d12
|
extended rule to apply monitors if set up accordingly
|
15 years ago |
Anselm R Garbe
|
565050ac51
|
removed monsyms, useless
|
15 years ago |
Anselm R Garbe
|
5e408d8ff6
|
restricting number of mons by length of monsyms
|
15 years ago |
Anselm R Garbe
|
1724f7fa43
|
introducing const where it might make some sense
|
15 years ago |
Anselm R Garbe
|
a9e145fe6d
|
changed focusmon/tagmon to work on prev/next instead (-1/+1), changed shortcuts to Mod1-, Mod1-. and Mod1-Shift-, Mod1-Shift-.
|
15 years ago |
Anselm R Garbe
|
ca376970db
|
more sensible
|
15 years ago |
Anselm R Garbe
|
8352f2b3a8
|
hmm, can't decide on the default monitor symbol set
|
15 years ago |
Anselm R Garbe
|
d4bfde79f3
|
update
|
15 years ago |
Anselm R Garbe
|
7ac8c1d4e1
|
introduced monitor symbols
|
15 years ago |
Anselm R Garbe
|
1d729384d1
|
several bugfixes
|
15 years ago |
Anselm R Garbe
|
1ddfc571ae
|
several simplifications
|
15 years ago |
Anselm R Garbe
|
c2fff604a7
|
we need a tagset per monitor, removed tagset declaration from config.h
|
15 years ago |
Anselm R Garbe
|
2ce37bc69e
|
experimental xinerama support, two new actions, Mod1-w/e and Mod1-Shift-w/e
|
15 years ago |
Anselm R Garbe
|
2dbfda72f0
|
removed MAXTAGLEN
|
15 years ago |
Anselm R Garbe
|
565697087b
|
applied Gottox' patches, and also removed usegrab
|
15 years ago |
a@null
|
0b5dcf229f
|
applied Neale Pickett's xprop status reading patch, updated README and dwm.1 accordingly
|
16 years ago |
Anselm R Garbe
|
ea8a4ca46a
|
several changes towards 5.3, XINERAMA is disabled by default, introduced usegrab Bool for grabbing the server during mouse-based resizals/movements (disabled by default), continued debugging tile() with resizehints == True and a lot of terminals supporting resizehints, still no optimal solution, I need to think about it, considering recursive algorithm for the space optimization
|
16 years ago |
Anselm R Garbe
|
ec11a3470c
|
introduced NOBORDER macro to hide the nasty - 2 * c->bw in various calculations, moved tagset to config.def.h
|
16 years ago |
Anselm R Garbe
|
051a404b66
|
added a comment about FAQ regarding mfact meaning
|
16 years ago |
Anselm R Garbe
|
b279cef670
|
made readin a config.h variable
|
16 years ago |
Premysl Hruby
|
78f0f8595f
|
make hg tip compilable with default config
|
16 years ago |
Anselm R Garbe
|
c86ed46a1b
|
got rid of compile time xidx configuration, querying mouse pointer instead
|
16 years ago |
Anselm R Garbe
|
a6d23fb61c
|
removed useless comment
|
16 years ago |
Anselm R Garbe
|
829b6b57e7
|
removed useless characters
|
16 years ago |
Anselm R Garbe
|
b86c818599
|
applied Gottox' ClkTagBar patch
|
16 years ago |
Anselm R Garbe
|
12ea925076
|
untested monocle
|
16 years ago |
Anselm R Garbe
|
f25cc5678f
|
tiled layout resizehints should be respected by default
|
16 years ago |
arg@suckless.org
|
ae1d865ac0
|
s/tags ref/tags mask/
|
16 years ago |
Anselm R Garbe
|
e3da222c1e
|
removed scroll-wheel based focussing on window title clicks
|
16 years ago |
Anselm R Garbe
|
66608a60fe
|
fix of swapped focusstack mouse buttons
|
16 years ago |
Anselm R Garbe
|
9ff5143acb
|
removed root window click handling
|
16 years ago |
Anselm R Garbe
|
1edf6a7866
|
removed font and color definitions
|
16 years ago |
Anselm R Garbe
|
512541bfbd
|
update
|
16 years ago |
Anselm R Garbe
|
5cd65f8cd8
|
integrated yiyus mouse.diff (though the bar click handling is slightly broken, I'm to tired to debug it now, yiyus could you please?)
|
16 years ago |
Anselm R Garbe
|
e3838e8585
|
made Xinerama screen index customizable
|
16 years ago |
Anselm R Garbe
|
d662f98d89
|
added nsz' patch
|
16 years ago |