mirror of https://github.com/0intro/wmii
Update wmiirc and python/wmiirc to new /rules format.
This commit is contained in:
parent
20f317dd6a
commit
59128c599d
|
@ -41,13 +41,17 @@ WMII_TERM=(xterm)
|
|||
|
||||
# Column Rules
|
||||
wmiir write /colrules <<!
|
||||
/gimp/ -> 17+83+41
|
||||
/.*/ -> 62+38 # Golden Ratio
|
||||
/gimp/ -> 17+83+41
|
||||
/.*/ -> 62+38 # Golden Ratio
|
||||
!
|
||||
|
||||
# Tagging Rules
|
||||
wmiir write /tagrules <<!
|
||||
/MPlayer|VLC/ -> ~
|
||||
wmiir write /rules <<!
|
||||
# MPlayer and VLC don't float by default, but should.
|
||||
/MPlayer|VLC/ floating=True
|
||||
# ROX puts all of its windows in the same group, so they open
|
||||
# with the same tags. Disable grouping for ROX Filer.
|
||||
/^ROX-Filer:/ group=0
|
||||
!
|
||||
|
||||
# Status Bar Info
|
||||
|
|
12
rc/wmiirc.sh
12
rc/wmiirc.sh
|
@ -44,13 +44,17 @@ histnum=5000
|
|||
|
||||
# Column Rules
|
||||
wmiir write /colrules <<!
|
||||
/gimp/ -> 17+83+41
|
||||
/.*/ -> 62+38 # Golden Ratio
|
||||
/gimp/ -> 17+83+41
|
||||
/.*/ -> 62+38 # Golden Ratio
|
||||
!
|
||||
|
||||
# Tagging Rules
|
||||
wmiir write /tagrules <<!
|
||||
/MPlayer|VLC/ -> ~
|
||||
wmiir write /rules <<!
|
||||
# MPlayer and VLC don't float by default, but should.
|
||||
/MPlayer|VLC/ floating=True
|
||||
# ROX puts all of its windows in the same group, so they open
|
||||
# with the same tags. Disable grouping for ROX Filer.
|
||||
/^ROX-Filer:/ group=0
|
||||
!
|
||||
|
||||
# Status Bar Info
|
||||
|
|
Loading…
Reference in New Issue