Re: [wmii] change to next tag
Hi,
I use named tag like web, mail, work etc. So i can't use the
MODKEY-number_of_the_tag shortcut to change tag. In addition, the
MODKEY-t-name_of_the_tag is not very fast for high use...
You can use the numbered shortcuts if you don't bother that the numbers
are not displayed. This is what I use in wmiirc:
Key $MODKEY-$i
wmiir xwrite /ctl view "\$(wi_tags | sed -n "${i}p")"
Key $MODKEY-Shift-$i
wmiir xwrite /client/sel/tags "\$(wi_tags | sed -n "${i}p")"
Key $MODKEY-Control-$i
wmiir xwrite /client/sel/tags "+\$(wi_tags | sed -n "${i}p")"
Be sure to use Tabs for indentation as in the original wmiirc.
Thomas
Re: [wmii] change to next tag
On Sun, May 03, 2009 at 08:31:05PM +0200, [email protected] wrote: So I would make a shortcut to change to next tag (the tag at the right of the current tag). Does anybody has already done something like that? If not, how can i do that? http://wmii.suckless.org/scripts_n_snips/code_snippets -- Kris Maglione He who joyfully marches to music in rank and file has already earned my contempt. He has been given a large brain by mistake, since for him the spinal cord would suffice. --Albert Einstein
[wmii] change to next tag
Hi evereybody! I use named tag like web, mail, work etc. So i can't use the MODKEY-number_of_the_tag shortcut to change tag. In addition, the MODKEY-t-name_of_the_tag is not very fast for high use... So I would make a shortcut to change to next tag (the tag at the right of the current tag). Does anybody has already done something like that? If not, how can i do that? -- Julien Pecqueur (JPEC) Site: http://julienpecqueur.com Email: [email protected] PGP:B1AA2389 (GNUPG) IRC:jpec (irc.freenode.net) Powered by Archlinux - Keep it simple stupid ! pgpuQW0dfjvDS.pgp Description: PGP signature
