commit 7d947e4a44d44f69120995d1cee296021ba7cc75
parent 343d70e1a1fa056d662f5ea4bb3b323be9cf0c8c
Author: Suraj N. Kurapati <sunaku@gmail.com>
Date: Sun, 2 Dec 2007 11:30:24 -0800
hack for swap to area by number for wmii-snap20070516
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wmiirc-config.rb b/wmiirc-config.rb
@@ -582,7 +582,7 @@ EOF
# swap current client with the primary client in {i}'th column
key Key::SWAP + i.to_s do
- current_view.ctl = "swap sel #{i}"
+ current_view.ctl = "swap sel #{i+1}" # XXX: +1 b/c floating area is column 1: until John-Galt fixes this!
end
# apply grid layout with {i} clients per column