Commit Graph
100 Commits
Author SHA1 Message Date
arg@mig29 069e7a6e24 made gravitate effectless, waiting for complains ;) 2006-12-11 08:31:30 +01:00
arg@mig29 ac6e34ea06 fixed diagnostic error message 2006-12-08 11:11:52 +01:00
arg@mig29 a308b7507a removed the hardcoded fixed fallback, it is useless in non-Latin1 environments 2006-12-08 10:40:09 +01:00
arg@mig29 630e7ff26f we don't use the term clients anymore, windows is the better term 2006-12-07 16:38:57 +01:00
arg@mig29 3764ab471b Added tag 2.6 for changeset 5308dd22b6ee8e3218c81d9e7e4125f235bb5778 2006-12-07 14:55:29 +01:00
arg@mig29 a3319c6f8e found compromise for fonts 2006-12-07 14:39:31 +01:00
arg@mig29 66c699a701 nah, people should define 'fixed' to be compatible with their locale 2006-12-07 12:03:15 +01:00
arg@mig29 aaf1e44da9 using a UTF-8 capable fixed font 2006-12-07 11:55:04 +01:00
arg@mig29 1ef2307ec4 switching to uxterm again, I get kretze from this urxvt crap 2006-12-07 10:43:34 +01:00
arg@mig29 d42c3ba2dc with this patch everything works fine for me 2006-12-07 10:02:46 +01:00
arg@mig29 4b06155873 don't use Xlocale crap, let's use locale.h instead 2006-12-07 09:49:45 +01:00
arg@mig29 857d825eeb using the portable Xmb+UTF-8 way of life, will see if this works well... 2006-12-07 09:47:55 +01:00
arg@mig29 6b345353e3 improved the memory leak prevention 2006-12-06 11:19:06 +01:00
arg@mig29 ab3b3a8f61 making terminus more explicit a regular font (otherwise olique font might be used in some setups like mine). 2006-12-05 14:21:18 +01:00
arg@mig29 71b82fb1f6 also setting LC_CTYPE only 2006-12-05 13:31:29 +01:00
arg@mig29 9bd9ea423e enforcing using fontsets even if they are incomplete for some encodings 2006-12-05 10:30:31 +01:00
arg@mig29 99964398e7 Added tag 2.5.1 for changeset c7f84f23ec5aef29988dcdc4ec22a7352ee8f58e 2006-12-04 21:01:14 +01:00
arg@mig29 7009ebfa69 hotfix of a serious crashing bug 2006-12-04 21:00:26 +01:00
arg@mig29 760e23dd3a Added tag 2.5 for changeset dcbbfabc8ecc5f33a6cc950584de87da1a368045 2006-12-04 15:39:43 +01:00
arg@mig29 c53d9d516a applied Manuel's regex patch 2006-12-03 11:21:25 +01:00
arg@mig29 7739e6b466 made squares equally sized, and 1px bigger 2006-12-01 17:55:46 +01:00
arg@mig29 4881857458 if client is focused, the emptysquare don't needs to be drawed 2006-12-01 17:51:05 +01:00
arg@mig29 c73d5cb7b6 and the winner is 2006-12-01 17:45:27 +01:00
arg@mig29 6458803d21 sander1 proposal 2006-12-01 17:36:37 +01:00
arg@mig29 6e72d781f7 dood 2006-12-01 16:55:42 +01:00
arg@mig29 4e926a9ef2 darkening the fg colors somewhat 2006-12-01 15:50:22 +01:00
arg@mig29 4ba3cfaee9 less obtrusive indicator (only a top line) 2006-12-01 15:03:42 +01:00
arg@mig29 e655e8a7d5 final2 indicator 2006-12-01 12:52:16 +01:00
arg@mig29 c34e4e4b39 removing the -1 on final indicators, looks cleaner 2006-12-01 12:39:13 +01:00
arg@mig29 a678ee6365 final indicators 2006-12-01 12:25:23 +01:00
arg@mig29 49f0ee329d changed things like I described in last mail 2006-12-01 10:16:10 +01:00
arg@mig29 0c9d9a3d94 improved tag indicator 2006-12-01 09:52:15 +01:00
arg@mig29 89e1acb0bb removed viewall signature from dwm.h 2006-11-30 17:01:39 +01:00
arg@mig29 c2ed26b711 next version will be 2.5 2006-11-30 15:51:26 +01:00
arg@mig29 42fd392e05 removed viewall(), replaced with view(-1); added tag(-1) to tag a client with all tags (new key combo MODKEY-Shift-0) 2006-11-30 15:27:43 +01:00
arg@mig29 e06447ee88 Added tag 2.4 for changeset 32b246925086910d63147483160281a91a47479f 2006-11-30 09:19:52 +01:00
arg@mig29 683dabe5e6 extended dwm.1 with last change 2006-11-28 17:36:00 +01:00
arg@mig29 3aff96177c togglefloat should only work in dotile mode (thanks to Sander for this hint) 2006-11-28 17:35:31 +01:00
arg@mig29 0a915eba8f applied Alex Elide's tricky patch, thanks! 2006-11-27 17:51:50 +01:00
arg@mig29 19dcbc5717 returning to old Key struct 2006-11-27 17:49:58 +01:00
arg@mig29 d2a4952956 applied Szabolcs Nagy's patch (thank you!) 2006-11-27 17:46:02 +01:00
arg@mig29 0c97b21b61 applied patch by Jukka 2006-11-27 17:30:06 +01:00
arg@mig29 19390b1a91 changing Key.func into Key.func[NFUNCS], this allows sequences execution of functions per keypress (avoids implementing useless masterfunctions which call atomic ones) 2006-11-27 13:21:38 +01:00
arg@mig29 8dc86051df added man page entry 2006-11-27 11:05:47 +01:00
arg@mig29 46d5f9d1bf added togglefloat to hg tip (i consider this useful for some cases), using MODKEY-Shift-space as shortcut 2006-11-27 10:57:37 +01:00
arg@mig29 35e96b8deb applied Jukka's patch preventing some cornercases and making the EOF error message correct 2006-11-27 10:29:47 +01:00
arg@mig29 2210ea7e3b applied yet another proposal of Manuel 2006-11-26 15:43:16 +01:00
arg@mig29 61a1910f91 applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line printage proposal for stdin reading. 2006-11-26 14:26:53 +01:00
arg@mig29 27ef73507b applied Jukka's stdinread patch 2006-11-26 13:31:36 +01:00
arg@mig29 2b35fb643e next version will be 2.4 2006-11-25 19:26:31 +01:00
arg@mig29 478f6f95f1 applied Manuels patch (thanks to Manuel!) 2006-11-25 19:26:16 +01:00
arg@mig29 44411d2d48 small fix of man page 2006-11-24 17:02:41 +01:00
arg@mig29 a2175cf71a Added tag 2.3 for changeset 719b37b37b0df829d7cf017ac70e353088fe5849 2006-11-24 15:46:32 +01:00
arg@mig29 4606d218c3 using the term 'indicated' instead of 'higlighted' 2006-11-23 16:00:16 +01:00
arg@mig29 d37d0f24e6 updated man page with the bottom right corner indicator 2006-11-23 15:59:16 +01:00
arg@mig29 321e8d51ed fififif 2006-11-22 16:17:50 +01:00
arg@mig29 78f4b51757 added a similiar patch to Daves solution to indicate if there are clients with a specific tag 2006-11-22 14:57:09 +01:00
arg@mig29 7d168a2621 returning to old bar colorization behavior, like sander proposed for consistency reasons 2006-11-21 15:03:08 +01:00
arg@mig29 931e712eac applied Gottox patches 2006-11-21 14:49:13 +01:00
arg@mig29 4ec04209e0 using iso10646 explicitely in arg's config.h 2006-11-21 12:17:47 +01:00
arg@mig29 82ddba88a2 Added tag 2.2 for changeset 7e92f58754ae6edb3225f26d754bd89c1ff458cf 2006-11-21 09:41:33 +01:00
arg@mig29 52a8cc8d46 nah reverting to my prev style, that's really the best 2006-11-18 21:33:33 +01:00
arg@mig29 d175df8aa3 applying aluminium style for arg's config.h 2006-11-18 21:26:53 +01:00
arg@mig29 b003a35fde applied Gottox' windowarea patch 2006-11-16 14:40:57 +01:00
arg@mig29 df1a0f9445 using a more blue-ish color... 2006-11-08 17:16:38 +01:00
arg@mig29 5b07b85838 making the selected color more lightning 2006-11-08 17:10:51 +01:00
arg@mig29 f320cd203b next release will be 2.2 2006-11-03 09:22:40 +01:00
arg@mig29 f78c16f8c6 applied Jukkas patch 2006-11-03 08:29:39 +01:00
arg@mig29 0c5f47e720 Added tag 2.1 for changeset a2c465098a3b972bbed00feda9804b6aae1e9531 2006-11-02 10:18:22 +01:00
arg@mig29 4b5b3d90af renamed resizecol into resizemaster 2006-10-31 12:07:32 +01:00
arg@mig29 2cce4b95cd applied Gottox patch to simplify the resizing of col, instead of resizing the current area, it only resizes the master area in the future (seems more predictable) 2006-10-31 12:06:38 +01:00
arg@mig29 8e6eb52196 Added tag 2.0 for changeset 12deea36603da407e3f32640048846a3bd74a9ec 2006-10-31 09:02:42 +01:00
arg@mig29 04b633ddf3 make sure that changing sx has no impact on snapping 2006-10-31 09:02:16 +01:00
arg@mig29 b76561a212 in a 1920x1200 setup 40 pixels of snap value are much better than 20 2006-10-30 12:40:10 +01:00
arg@mig29 51c7589c87 fixed stupid bug of snap-to-screen 2006-10-30 12:26:55 +01:00
arg@mig29 99785382ae changing snap priority 2006-10-30 12:07:00 +01:00
arg@mig29 dc1690ce0f removed useless abs() calls 2006-10-30 12:04:08 +01:00
arg@mig29 b6614261ea added screen-border snapping in floating mode, feels quite well 2006-10-30 11:58:05 +01:00
arg@mig29 91e569ca37 and another fix 2006-10-27 13:29:35 +02:00
arg@mig29 0f395c1b11 applied sanders try2 patch 2006-10-27 13:28:26 +02:00
arg@mig29 2b13e7466f applied sanders max size fix 2006-10-27 12:05:47 +02:00
arg@mig29 0982e47408 stupid urxvt needs bg to highlight selections in a sane way, though that makes sense to some extend 2006-10-27 10:24:15 +02:00
arg@mig29 b93ebcf42f reverting to original 2006-10-26 15:41:40 +02:00
arg@mig29 a08d83ba62 applied sander's config.*h nitpick patch 2006-10-26 15:29:20 +02:00
arg@mig29 2b7c275ce8 some other change 2006-10-26 15:26:17 +02:00
arg@mig29 040d0f48a0 apply small fix to prevent apps like mplayer wandering when toggling fullscreen 2006-10-26 15:05:45 +02:00
arg@mig29 724f35a664 forgot to use -tr, which actually prevents the ugly flicker (using xsetroot -solid black as root window pixmap to make this work nicely) 2006-10-26 12:22:26 +02:00
arg@mig29 6f3872edbd using MASTER 600 again, it is definately better, and using urxvtc for the moment (it doesn't flickers on refreshes, but this is not because of Marc Lehmann, it is because of the original rxvt code) 2006-10-26 12:13:41 +02:00
arg@mig29 87324e680c changing MASTER in config.arg.h from 600 to 550 per thousand 2006-10-26 11:21:45 +02:00
arg@mig29 c2b908f603 my new 1920x1200 Z61p arrived, now I can use terminus in a sane way... 2006-10-26 10:21:27 +02:00
arg@zarathustra c9cc2b385a removed an unused var 2006-09-26 17:42:14 +02:00
arg@zarathustra b39d0c521a Added tag 1.7 for changeset 4dbdb61c8b8ce21dee5c7050a6b103855964ed20 2006-09-26 17:39:30 +02:00
arg@mmvi e87bed6df2 updated README 2006-09-26 14:32:02 +02:00
arg@mmvi 4ee05b3294 small change 2006-09-26 14:08:42 +02:00
arg@mmvi e81eb46a78 added slight error check to getcolor 2006-09-26 13:49:16 +02:00
arg@mmvi f315832f75 small fix 2006-09-26 13:30:30 +02:00
arg@mmvi 97ced11e53 changed order of colordefs in config.h's, changed config.arg.h to fit to new dmenu 2006-09-26 13:24:14 +02:00
arg@mmvi 4d6c4d36ce removed useless debug info 2006-09-26 08:17:35 +02:00
arg@mmvi b4d53bf194 added configure(), but this doesn't really fix those frking broken SDL apps 2006-09-26 07:40:19 +02:00
arg@mmvi 67bc08d1b9 slight change of event handling order 2006-09-25 21:28:00 +02:00