Commit Graph

137 Commits

Author SHA1 Message Date
Anselm R. Garbe d56bb672f8 removed NetWM stuff, the new tagging mechanism is completely different and cannot be handled by NetWM stuff in a sane way 2006-03-06 23:15:57 +01:00
Anselm R. Garbe 17a12e5c5d changed default tag, allowing writing /def/tag 2006-03-06 16:35:07 +01:00
Anselm R. Garbe e797517817 added 'nil' tag as default policy 2006-03-05 19:27:32 +01:00
Anselm R. Garbe 7e8ab56d91 added /tags namespace, added .../tags files to client namespace, added tag display in draw_client 2006-03-05 19:20:27 +01:00
Anselm R. Garbe 421ac8babf enum fixes of Fs stuff 2006-03-05 14:16:48 +01:00
Anselm R. Garbe c4edc4f3fd enumerized cursors 2006-03-05 13:22:42 +01:00
Anselm R. Garbe 67cac9a10e added Frame redirection to allow arbitrary tag references to clients 2006-03-05 01:55:45 +01:00
Anselm R. Garbe 54b7d6dd2a removed Client.Frame 2006-03-05 00:25:49 +01:00
Anselm R. Garbe be62288596 enumerized atoms 2006-03-05 00:11:08 +01:00
Anselm R. Garbe 9c61ccf97e several changes toward the stuff announced at wmii@wmii.de (don't use yet) 2006-03-04 09:23:17 +01:00
Anselm R. Garbe 01572b1897 made increment handling the default, no option to disable it, instead columns do some relaxing calculation to minimize increment-related gaps 2006-03-01 16:06:23 +01:00
Sander van Dijk 86cab6d17f small fix for pager when clicking an empty area 2006-03-01 14:47:51 +01:00
Anselm R. Garbe 9998857e8e fixed pager issues 2006-03-01 14:31:54 +01:00
Anselm R. Garbe eb6f1ac641 stacks are titled in pager, if the scaled rect is smaller than bar_height() 2006-03-01 12:34:31 +01:00
Anselm R. Garbe e23c331ba0 replaced size_t occurences with unsigned int, fixed issue reported by bogon (welcome disappearance issue) 2006-03-01 11:55:46 +01:00
Anselm R. Garbe 7166dd8836 fixed pager page number drawing issue 2006-03-01 11:32:38 +01:00
Anselm R. Garbe 0d3b8a0b10 fixed some ugly stacking issues 2006-03-01 11:30:44 +01:00
Anselm R. Garbe c855a6dad0 indexes begin at 0 now, page 0 can be used as clutter page (actually it is, Alt-{d,a} back again), sendto has no shortcuts in other cases atm 2006-03-01 11:09:49 +01:00
Anselm R. Garbe e5ecb84d2d some tiny refactoring (renamed _to_ occurences into 2, removed crappy MAX mode from columns, we don't need it, set max to 1 instead (aka exclusive flag)) 2006-03-01 07:51:04 +01:00
Anselm R. Garbe d61117a3db modularized focus stuff somewhat (focus_page don't implies focus_client and vice versa) 2006-02-28 08:51:53 +01:00
Anselm R. Garbe f478c7f6d2 removed option to disable client bars, we don't allow that in the future because of intelligent stacks,
also removed option for per-client based border width, unnecessary bloat nobody really needs
2006-02-24 10:38:48 +01:00
Anselm R. Garbe 33ffed7293 removed detach layer as proposed in IRC yesterday, we will have some sendto soon 2006-02-22 10:58:00 +01:00
Anselm R. Garbe 66e5228fa3 fixed 2006-02-19 13:58:37 +01:00
Anselm R. Garbe 7adcad7501 fixed visual attach bug 2006-02-19 13:52:47 +01:00
Anselm R. Garbe 9cfed5dfc8 fixed pseudo-zombie frames reported by bogon 2006-02-16 23:49:44 +01:00
Anselm R. Garbe 88ae3e3606 removed spawn.c, removed wmiiwarp.c (instead use warp action on /ctl), spawning is not necessary, remove exec on page heuristic (too crappy, instead I'll use class hints again, they are at least more reliable) 2006-02-16 01:05:16 +01:00
Anselm R. Garbe 30728dd3aa removed extra/ subdir, pkeys is obsolete 2006-02-11 15:58:47 +01:00
Anselm R. Garbe 918ece162d added new events (focus page and focus client provide the associated name) 2006-02-10 17:51:20 +01:00
Anselm R. Garbe 541149a008 fixed and polished several stuff in fs.c and various other parts in wm. 2006-02-10 15:59:30 +01:00
Anselm R. Garbe a38480e40c made things to work again, bar now merged into wm, wmiirc is controller for wmii, changed /tmp/.ixp to /tmp/ns.$USER.$DISPLAY, ixp reuses sockets, so no problem, because wmii checks if a wm is already running, thus socket files cannot be stolen 2006-02-10 09:13:35 +01:00
Anselm R. Garbe 8a663e24d9 removed much unnecessary stuff, merged bar into wm (still not working) 2006-02-09 22:48:01 +01:00
Anselm R. Garbe 13a12b6a7d removed several files, merged wm and wmiikeys 2006-02-09 19:40:12 +01:00
Anselm R. Garbe bcae524d40 made rc scripts to work, now I can concentrate on WM 2006-02-08 17:59:57 +01:00
Anselm R. Garbe 124465b088 fixed wmiikeys box drawing, and common prefixed sequence hotkey handling, ie Control-t,<whatever> 2006-02-08 14:58:26 +01:00
Anselm R. Garbe 5b92fd0c30 added some useful XSync in pager() and detached_clients() 2006-02-08 12:33:25 +01:00
Anselm R. Garbe 75e6681fe7 nah, zombies still occure because of setsid, now sticking to old cool and reliable double-fork again 2006-02-08 11:07:30 +01:00
Anselm R. Garbe 5ec38ca782 added wmii_signal handler, changed spawn to single-fork, because wmii_signal handles SIGCHLD, thus zombies should not occur 2006-02-08 10:50:09 +01:00
Anselm R. Garbe f4ae196807 proceeded with wmiifs, still just experimenting 2006-02-07 00:32:57 +01:00
Anselm R. Garbe 418e341a18 finished wmiikeys 2006-02-06 17:33:10 +01:00
Anselm R. Garbe 4e97cabdfb made wmiikeys compiling 2006-02-06 15:46:02 +01:00
Anselm R. Garbe e6281f3fc1 proceeded with wmiikeys 2006-02-06 15:20:25 +01:00
Anselm R. Garbe 19124f7fb6 added /ctl actions 2006-02-06 10:46:52 +02:00
Anselm R. Garbe eab6580a89 changed colors to be like in wmii-2, enabled increment handling, fixed Button2+ isues on focus 2006-02-04 20:55:37 +02:00
Anselm R. Garbe a0501c526f shortened usage strings to one liners, read the man pages 2006-02-04 16:31:52 +02:00
Anselm R. Garbe 70b69693ca rearranged grab stuff 2006-02-03 20:00:00 +02:00
Anselm R. Garbe 150c7bef96 added id-based qid-routing to wm/fs.c 2006-02-03 19:11:22 +02:00
Anselm R. Garbe d2d5cae82c fixed wrong color rendering 2006-02-02 21:36:10 +02:00
Anselm R. Garbe 1da63ef2c9 fixed trans color usage 2006-02-02 21:08:34 +02:00
Anselm R. Garbe 5634105a41 set snap=20 by default again 2006-02-02 20:32:25 +02:00
Anselm R. Garbe 504b6fd8cc proceeded with fixes in fs.c, added border and title default 2006-02-02 20:14:34 +02:00