sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 7431d9541f9db0fb2189b4d1c63303aa37b93480
parent 1d63abd1fd10163850a1c65e2a1e67e676c666a6
Author: Luka Novsak <lukanovsak@gmail.com>
Date:   Thu, 25 Jun 2009 22:17:04 +0200

Fix a thing with the client search menu code snippet
Diffstat:
Mwmii.suckless.org/code_snippets/plan_9_port/index.md | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/wmii.suckless.org/code_snippets/plan_9_port/index.md b/wmii.suckless.org/code_snippets/plan_9_port/index.md @@ -145,16 +145,16 @@ Add this to your rc.wmii BEFORE the other keys (you still want your other old ke key $MODKEY-A-^(a b c d e f g h i j k l m n o p q r s t u v w x y z) || fn $key { TagCycle $1} -Find and go to clients ----------------------- +Find and go to client +--------------------- fn title { - echo `{wmiir read /client/$1/label}} + echo -n `{wmiir read /client/$1/label}} fn focusclient { tag=`{wmiir read /client/$1/tags | cut -d+ -f1} - wmiir xwrite /ctl view $tag - wmiir xwrite /tag/$tag/ctl select client $1} + wmiir xwrite /tag/$tag/ctl select client $1 + wmiir xwrite /ctl view $tag} key $MODKEY-u || fn $key { ifs=$wi_nl {