commit 45d325a2bb3d943d59164b23ea328ba9b6234844
parent 57b0d1920c82f26ca4ec705bffcf06b180eda560
Author: garbeam <garbeam@localhost>
Date: Tue, 10 Jan 2006 17:45:59 +0200
fixed TAB issue in wmiirc
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/rc/wmiirc b/rc/wmiirc
@@ -104,6 +104,7 @@ wmiir write /bar/ctl 'display 1'
wmiir write /wm/default/font $FONT
wmiir write /wm/default/transcolor $SEL_BORDER_COLOR
wmiir write /wm/default/handleinc $HANDLEINC
+wmiir write /wm/default/tab $TAB
wmiir write /wm/default/border 1
wmiir write /wm/event/clientupdate \
@@ -114,9 +115,9 @@ wmiir write /wm/event/pageupdate \
'wmiir write /bar/'^$klab^'/data `{wmiir read /keys/lookup|sed ''s|/mode/||''} && ' ^\
'wmiir write /bar/'^$llab^'/data `{wmiir read /wm/sel/layout/sel/name}'
-
-for(layout in /wm/sel/layout/float /wm/sel/layout/managed) {
- framesconf $layout
+for(page in `{wmiir read /wm | grep '^[0-9]'}) {
+ framesconf /wm/$page/layout/float/frame
+ framesconf /wm/$page/layout/managed/frame
}
wmiir write /wm/default/sstyle/fgcolor $SEL_FG_COLOR