Project

General

Profile

unexist.dev

subtle

Assorted tidbits and projects

Subtler » History » Version 24

Anonymous, 07/21/2009 08:57 AM

1 24
h1. Subtler\015\012\015\012[[Subtler]] is a commandline tool that allows to interact with a "EWMH/NetWM":http://standards.freedesktop.org/wm-spec compatible window manager and especially with [[subtle]]. It uses many features of [[Subtle|subtle]] like adding new tags - but other stuff will also work with every other compliant wm.\015\012\015\012h2. Pattern\015\012\015\012Matching clients, tags and views works either via plain, regex (see "regex(7)":http://linux.die.net/man/7/regex) or window id. If a pattern matches more than once ONLY the first match will be used. \015\012If the PATTERN is *&#45;* subtler will read from stdin.\015\012\015\012h2. Format\015\012\015\012<pre>\015\012Client list: <window id> [-*] <view> <geometry> <gravity> <name> <class>\015\012Tag    list: <name>\015\012View   list: <window id> [-*] <name>\015\012</pre>\015\012\015\012h2. Examples\015\012\015\012<pre>\015\012subtler -c -l                List all clients\015\012subtler -t -a subtle         Add new tag 'subtle'\015\012subtler -v subtle -T rocks   Tag view 'subtle' with tag 'rocks'\015\012subtler -c xterm -G          Show tags of client 'xterm'\015\012subtler -c -x -f             Select client and show info\015\012subtler -c -C -g             Set gravity 5 to current active client\015\012subtler -t -f term           Show every client/view tagged with 'term'\015\012</pre>\015\012\015\012For a complete list of commands please have a look at @subtler --help@.\015\012\015\012{{tocnavi(Subtle,Quickstart,Sublets)}}