Commit Graph

296 Commits

Author SHA1 Message Date
Anselm R. Garbe
8bbeb9a970 adapted wmiirc stuff to work with current fs, however most commands don't work atm, because message_client() is missing/or not finished yet, and because message_view() is broken 2006-06-19 09:57:16 +02:00
Anselm R. Garbe
fd122b4a05 fixed colorization of new labels in the bar 2006-06-07 19:19:16 +02:00
garbeam
e6c7a91f50 merged 2006-06-07 11:33:10 +02:00
Anselm R. Garbe
322a714dc2 small fix of wmiirc 2006-06-07 11:25:12 +02:00
Kris Maglione
865ac2aef1 Minor change to retagging with wmiimenu to prevent a race reported by DenisG 2006-06-06 23:44:12 -04:00
Anselm R. Garbe
83f184dad7 applied Kris' idea to drop .0 suffixes in WMII_ADDRESS, removed internal labels, introduced several *Tag events, needs polishing 2006-06-06 21:10:30 +02:00
Anselm R. Garbe
afda47cbf9 restoring wmiirc, using 50/50 instead of 60/40 by default 2006-06-06 17:35:29 +02:00
Anselm R. Garbe
25a7fc9216 /def/colrule now uses 30+40+20+10 syntax (num of + + 1 means num of columns, the sum must be 100, which is used for new columns), renamed /def/rules into /def/tagrules, renamed /def/ncol into /def/colrules 2006-05-31 19:48:44 +02:00
Anselm R. Garbe
eeb62d2041 allowing size hints for /def/ncol (next push will rename /def/rules into /def/tagrules and /def/ncol into /def/colrules) 2006-05-31 19:13:21 +02:00
Anselm R. Garbe
4904a19aae added /def/ncol stuff, see wmiirc for an initial syntax proposal 2006-05-31 09:51:40 +02:00
Georg Neis
6af8aeed4a wmiirc: use OLD_PATH for creating the program list 2006-05-30 22:27:11 +02:00
Anselm R. Garbe
15dfca474f removed /def/col{width,mode}, added /def/ncol instead, though /def/ncol has no effect atm 2006-05-30 18:28:05 +02:00
garbeam
19f68ed366 merged 2006-05-30 11:00:59 +02:00
Anselm R. Garbe
226b459fd3 same as in wmii-3, /def/grabmod should be Mod1 to prevent combo-MODKEY problems 2006-05-30 11:00:03 +02:00
Sander van Dijk
934d1ddc4e PATH="$OLD_PATH" for xterm too (same as progmenu) 2006-05-29 19:23:14 +00:00
Georg Neis
3463666df2 resurrected OLD_PATH 2006-05-29 11:08:21 +02:00
Georg Neis
b04617dae9 wmiirc cleanups 2006-05-28 15:01:33 +02:00
Georg Neis
cf7154d6f3 exit if mktemp fails 2006-05-28 14:15:10 +02:00
Georg Neis
65a2497b1f let the shell ignore special chars in tag names 2006-05-26 16:43:52 +02:00
Anselm R. Garbe
1e4b2bb061 removed crappy blitz_strtorect, added move/size commands for client ctl, cleaned up liblitz/geometry somewhat 2006-05-26 14:16:19 +02:00
Anselm R. Garbe
4189258700 using unpredictable wmii address and wmiirc' proglist due to mktemp (prevents some security concerns) 2006-05-25 13:17:17 +02:00
Anselm R. Garbe
b285154d7f small fix 2006-05-24 18:15:55 +02:00
Anselm R. Garbe
156746344e removed /tags, removed /<view>, using /tag/<view>/ instead with /tag/sel instead of /view/ 2006-05-24 18:12:55 +02:00
Anselm R. Garbe
1f0f42420c added newcol action for client ctls (takes next/prev argument), I didn't changed move 2006-05-21 19:21:37 +02:00
Anselm R. Garbe
1ee2585062 removed focuscolors again (unnecessary bloat) 2006-05-19 20:14:06 +02:00
Anselm R. Garbe
6c39e782da improved default colors 2006-05-19 18:20:26 +02:00
Anselm R. Garbe
7324531047 added focuscolors (three color tuples now, which indicate focus and selection state) 2006-05-19 18:14:31 +02:00
Anselm R. Garbe
fa43df527d removed swapping 2006-05-19 17:38:45 +02:00
Anselm R. Garbe
b0b5c0bed5 renamed PROGS_FILE into /tmp/.wmiimenu.$USER.proglist (nah, we keep it in /tmp, it is a temporary file) 2006-05-18 09:17:54 +02:00
Sander van Dijk
108897b4ab remove unnecessary wmiisetsid calls (they are only confusing) 2006-05-17 19:09:14 +00:00
Sander van Dijk
d6d060cf95 use wmiisetsid in some more places, just to be sure... 2006-05-15 23:33:24 +00:00
Anselm R. Garbe
7be87a450d added also to terminal invocation (if someone uses 9term) 2006-05-15 01:24:24 +02:00
Anselm R. Garbe
d1272462f3 added wmiisetsid to wmiirc 2006-05-15 01:21:15 +02:00
Sander van Dijk
c94252bf33 small change 2006-05-14 13:43:12 +00:00
Sander van Dijk
8812804de8 add a snippet about column modes to rc/welcome 2006-05-14 11:23:22 +00:00
Anselm R. Garbe
7646e5960c prevent busy waiting wmiirc process (eliminates 1 process) 2006-05-11 01:24:21 +02:00
Anselm R. Garbe
a7341e078f making wmiirc more error-prone, though tagnames containing * are evaluated by sh before BarClick is handled :( 2006-05-04 14:50:19 +02:00
Anselm R. Garbe
dd782be04f tags are trimmed from " \t" now, added $MODKEY-Shift-{j,k} and $MODKEY-Button2 for swapping (mouse-based) 2006-05-04 14:34:44 +02:00
Sander van Dijk
abe30523aa add the col* defaults to wmiirc 2006-05-02 19:22:42 +00:00
Anselm R. Garbe
161536badf fixed wrong info in welcome 2006-05-01 21:50:51 +02:00
Sander van Dijk
04f162eeb0 spelling correction 2006-05-01 20:35:23 +00:00
Sander van Dijk
06797066ac some small 'welcome' changes, at least it is correct now, but more work is needed 2006-05-01 20:31:47 +00:00
Anselm R. Garbe
9643981f3c added debug info 2006-04-27 10:10:39 +02:00
Anselm R. Garbe
102ca03cb8 small fix 2006-04-27 08:58:12 +02:00
Anselm R. Garbe
65e3888cf8 set default background to solid #222222 2006-04-27 08:56:27 +02:00
Anselm R. Garbe
94ee286dfd removed TODO.wmii-3, added MPlayer.* to appear floating in /def/rules of default wmiirc 2006-04-26 09:32:11 +02:00
Anselm R. Garbe
a5790f6489 fixed typo in wmiirc, made sed to behave on more than one occurences pro line, fixed issue reported by ality 2006-04-25 18:35:54 +02:00
Anselm R. Garbe
189c241fe4 adapting wmiirc M-a proposal by Stefan Tibus 2006-04-25 18:08:25 +02:00
Anselm R. Garbe
5d60f44cbc s/$MODKEY-Shift-m/$MODKEY-f/ for fullscreen in wmiirc, as Sander suggested in a mail 2006-04-24 19:56:47 +02:00
Anselm R. Garbe
84aad0d1c2 added $MODKEY-Shift-m for floating mode maximization as default binding 2006-04-24 18:27:26 +02:00