wmiirc-rumai

git clone git://oldgit.suckless.org/wmiirc-rumai/
Log | Files | Refs | README | LICENSE

commit 3fb5c77a3592d0dad76cee3c5741248e8fa99208
parent d8ad242ef062de28f24830cf225f64b071a2a834
Author: Suraj N. Kurapati <sunaku@gmail.com>
Date:   Fri, 27 Apr 2007 17:19:02 -0700

add shortcut for swapping current client with {i}'th column

Diffstat:
wmiirc-config.rb | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/wmiirc-config.rb b/wmiirc-config.rb @@ -519,6 +519,11 @@ EOF end end + # swap current client with the primary client in {i}'th column + key Key::SWAP + i.to_s do + current_view.ctl = "swap sel #{i}" + end + # apply grid layout with {i} clients per column key Key::ARRANGE + i.to_s do current_view.arrange_in_grid i