| e21d93b7 |
switched to regexp matching for Rules |
arg@10ksloc.org |
2006-08-04 |
| f504aea1 |
fixed a bug in dmenu call |
arg@10ksloc.org |
2006-08-04 |
| 9955ddc9 |
using execl now, argv changed, using cmd and const char defs directly in the KEYS struct |
arg@10ksloc.org |
2006-08-04 |
| 0dfe729f |
added dmenu to dwm.html |
arg@10ksloc.org |
2006-08-04 |
| 8f698bd4 |
small stylistic fix |
arg@10ksloc.org |
2006-08-04 |
| 99b126d0 |
removed CONFIG |
arg@10ksloc.org |
2006-08-03 |
| a2d56f6d |
make config.h not a time dependence |
arg@10ksloc.org |
2006-08-03 |
| db876f9f |
removed rm config.h from clean |
arg@10ksloc.org |
2006-08-03 |
| 05a618b0 |
added gmake compliance |
arg@10ksloc.org |
2006-08-03 |
| 72608f0d |
s/tag2/two/g |
arg@10ksloc.org |
2006-08-03 |
| bba044de |
applied Jukka's diff |
arg@10ksloc.org |
2006-08-03 |
| 4d55eee7 |
applied Sanders Makefile patch |
arg@10ksloc.org |
2006-08-03 |
| d41b232b |
stylistic chnage |
arg@10ksloc.org |
2006-08-03 |
| b3557557 |
removed TLast tag enum, now tags is simple defined as char *[] array, the rest is calculated correctly, rules take an int array for the tags |
arg@10ksloc.org |
2006-08-03 |
| 666b4563 |
hotfix of settags |
arg@10ksloc.org |
2006-08-03 |
| 7315bb08 |
using SRC instead of *.c |
arg@10ksloc.org |
2006-08-03 |
| f80688f1 |
changed the files included in make dist |
arg@10ksloc.org |
2006-08-03 |
| dc5c070c |
applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat |
arg@10ksloc.org |
2006-08-03 |
| 8cc7f3ba |
changed Client->tags and Rule->tags to be Bool (I'll also try to remove the TLast enum) |
arg@10ksloc.org |
2006-08-03 |
| 5d3fd370 |
implemented the idea presented by Sander for dwm target |
arg@10ksloc.org |
2006-08-02 |
| 1bf0c4a8 |
changing MASTERW value from 52 to 60 (in both, default and arg), I feel this is better now |
arg@10ksloc.org |
2006-08-02 |
| 863656d2 |
fixed a type in README, and patched config.mk |
arg@10ksloc.org |
2006-08-02 |
| f1a34ae1 |
updated dwm.html |
arg@10ksloc.org |
2006-08-02 |
| 3000cad5 |
Added tag 0.6 for changeset c11f86db4550cac5d0a648a3fe4d6d3b9a4fcf7e |
arg@10ksloc.org |
2006-08-02 |
| 0f8249f2 |
removed config.h (stupid hg) |
arg@10ksloc.org |
2006-08-02 |
| b5157652 |
removed the CONFIG variable from config.mk, renamed config.h into 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 |
arg@10ksloc.org |
2006-08-02 |
| 85e6d599 |
added Acroread.* and MPlayer.* to config.arg.h rules |
arg@10ksloc.org |
2006-08-02 |
| 95e8d12b |
made fullscreen apps working fine in floating mode (there is no sane way to make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander |
arg@10ksloc.org |
2006-08-02 |
| a55f0e12 |
new stuff |
arg@10ksloc.org |
2006-08-02 |
| 0cf3ba0e |
dwm is now exit, if stdin is closed due broken pipe |
arg@10ksloc.org |
2006-08-02 |