changeset: 2710:41325c2ff8ec
tag: tip
user: Kris Maglione <kris_AT_suckless.org>
date: Sun Jun 06 06:06:14 2010 -0400
files: alternative_wmiircs/plan9port/wmiirc rc/wmiirc.sh
description:
Update wmiirc and python/wmiirc to new /rules format.
diff -r fc284933e0db -r 41325c2ff8ec alternative_wmiircs/plan9port/wmiirc
--- a/alternative_wmiircs/plan9port/wmiirc Sun Jun 06 05:07:24 2010 -0400
+++ b/alternative_wmiircs/plan9port/wmiirc Sun Jun 06 06:06:14 2010 -0400
@@ -41,13 +41,17 @@
# 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
diff -r fc284933e0db -r 41325c2ff8ec rc/wmiirc.sh
--- a/rc/wmiirc.sh Sun Jun 06 05:07:24 2010 -0400
+++ b/rc/wmiirc.sh Sun Jun 06 06:06:14 2010 -0400
@@ -44,13 +44,17 @@
# 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
Received on Sun Jun 06 2010 - 10:06:26 UTC
This archive was generated by hypermail 2.2.0 : Sun Jun 06 2010 - 10:12:04 UTC