Commit Graph

59 Commits

Author SHA1 Message Date
Georg Neis
5409d067c4 removed superfluous parentheses 2006-02-03 21:56:34 +02:00
Anselm R. Garbe
1c05f45a14 renamed occurences of wmiir2 to wmiir 2006-01-30 20:48:12 +02:00
Anselm R. Garbe
ec0d3809c8 simplified wmiibar 2006-01-30 17:40:08 +02:00
Anselm R. Garbe
07a14591d1 added script which runs wmiibar(2), very rudimentary 2006-01-30 00:15:50 +02:00
Anselm R. Garbe
a1c7276931 proceeded further, adapted wmiirc as well 2006-01-26 20:58:30 +02:00
Anselm R. Garbe
2313fd952d proceeded with cleanups 2006-01-26 19:29:49 +02:00
Anselm R. Garbe
d564fe9b17 implemented rudimentary max action (M-m) in col and float layout, in col it doesn't works well if you unselect a maximized frame ;) because of overlapping 2006-01-23 19:23:56 +02:00
gn
35cadf9b21 removed tabs (the convention is still to use spaces) and other cosmetic 2006-01-22 20:37:53 +02:00
Sander van Dijk
f08f943282 cure wmiiwm sudden death on removal of last remaining page 2006-01-21 22:45:11 +01:00
Anselm R. Garbe
97032c01a8 prepared new snap 2006-01-19 19:55:08 +02:00
Anselm R. Garbe
62c11d4a5b now applying float layout works as expected 2006-01-19 17:01:01 +02:00
Anselm R. Garbe
7fdbcc92d1 fixed M-S-a (visual attach detached clients) page 2006-01-18 20:34:10 +02:00
Anselm R. Garbe
457315f691 added toggle layout shortcut to M-space 2006-01-18 17:57:50 +02:00
Anselm R. Garbe
576075e75f focus handling is up to the Layout now 2006-01-18 15:42:44 +02:00
Anselm R. Garbe
9dd3945664 fixed stupid bug which raised ixp corruption in layout_column.c:focus_col 2006-01-17 17:27:57 +02:00
garbeam
01caae7040 fixed serious bug in /wm/default/area/ 2006-01-12 17:44:06 +02:00
gn
c08cda36ef fixed kmode (had no final newline) 2006-01-11 20:05:42 +02:00
garbeam
d6f67b3be5 removed frame-ctl file, not necessary 2006-01-11 18:17:27 +02:00
garbeam
87588d1a5e fixed typo reported by tube 2006-01-11 15:03:18 +02:00
garbeam
45d325a2bb fixed TAB issue in wmiirc 2006-01-10 17:45:59 +02:00
salva
7741179d74 added missing fix to wmiirc, to use the 'x y dx dy' geom syntax 2006-01-08 15:57:51 -03:00
garbeam
299ee8005b made saner default colors 2006-01-05 16:45:33 +02:00
garbeam
a197963ea9 changed geometry syntax from 'x,y,dx,dy' to 'x y dx dy' 2006-01-04 17:46:32 +02:00
salva
8738150767 Re-included resize/move kmodes, and simplified kmode 2006-01-03 17:10:30 -03:00
garbeam
418ded55d9 removed lock-based tabbing, tabbing is up to the layout now 2006-01-03 11:30:15 +02:00
garbeam
e620aa3e45 removed unnecessary stuff from frame'fs 2006-01-01 22:35:11 +02:00
gn
fc8cccac73 welcome stuff from 2.5 2005-12-25 22:09:35 +02:00
georg
bede8500a9 Get date after sleep. 2005-12-22 22:18:09 +02:00
gn
a6b98d2c42 s/wmi/wmii/ and the like 2005-12-18 17:55:06 +02:00
garbeam
443ed8370e made effort in debugging most frking bugs 2005-12-16 21:05:42 +02:00
uriel
7554bdac05 Cleanups, remove useless junk 2005-12-15 12:36:08 +01:00
garbeam
d2683b3e4b fixed several frame rectangle based issues 2005-12-13 23:48:52 +02:00
garbeam
7d1811da8f added M-Enter for swap west and M-S-Enter for swap east (column layout),
beside several fixes of mouse based movements/resizals
2005-12-13 20:45:56 +02:00
garbeam
0af8de3e85 changed column layout policy as follow, new column only possible if current column contains > 1 frame,
if last frame is detached, column gets detroyed
2005-12-13 17:10:22 +02:00
garbeam
c3578257f8 dynamic bar area reservation implemented, yippie 2005-12-13 02:10:28 +02:00
garbeam
8b9326aa2a added better area selection 2005-12-12 18:04:40 +02:00
garbeam
862713890a fixed wmir call from merge with uriels status change 2005-12-12 16:31:08 +02:00
garbeam
4a031f3094 removed urxvt, fixed compiler warning in layout_float.c 2005-12-12 16:24:38 +02:00
garbeam
a46776cddc merge 2005-12-12 16:19:14 +02:00
garbeam
f53b8d61ef renamed all wmi* prefixed tools into wmii* prefixed ones to prevent further confusion 2005-12-12 16:08:16 +02:00
uriel
d3c7033b0b Change status update to every 2 sec and make it work from start up 2005-12-12 10:20:20 +01:00
garbeam
753daa7b21 some other changes, switching handleinc off and using urxvt 2005-12-11 19:28:40 +02:00
garbeam
81ee3de5fe added some shortcuts for column navigation 2005-12-11 19:07:27 +02:00
garbeam
23335d5717 some more additions to column layout, still ths annoying deini/init bug 2005-12-11 19:00:27 +02:00
garbeam
304d22ed62 somewhat more bugfixing 2005-12-11 02:09:24 +02:00
garbeam
62ba6045d0 added select to layout interface, now the layouts look pretty good from interface POV 2005-12-10 15:50:20 +02:00
garbeam
3bbcf9f569 added also top-down and bottom-up iterators to container (for stack iteration) 2005-12-09 16:49:55 +02:00
garbeam
453b849830 fixed annoying sel_page on detach 2005-12-09 03:57:09 +02:00
garbeam
d824b961b0 fixed detach annoyances, identified problem with visual attaching clients from detached clients 2005-12-09 01:42:52 +02:00
garbeam
9a1fa00b0e changed some defaults (removed crap) 2005-12-09 00:28:15 +02:00