mirror of
https://github.com/0intro/wmii
synced 2024-11-22 13:52:17 +03:00
fixed TAB issue in wmiirc
This commit is contained in:
parent
57b0d1920c
commit
45d325a2bb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user