Project

General

Profile

unexist.dev

/

subtle

Assorted tidbits and projects

Subtler » History » Version 2

Anonymous, 01/26/2009 12:10 AM

1 2
h1. Subtler\015\012\015\012[[Subtler]] is a commandline tool that allows to interact with [[subtle]]. It has full control over many aspects of the window manager.\015\012\015\012h2. Pattern\015\012\015\012Matching clients, tags and views works either via plain, regex\015\012(see regex(7)) or window id. If a pattern matches more than once\015\012ONLY the first match will be used.\015\012\015\012Generally PATTERN can be '-' to read from stdin or '#' to interatively\015\012select a client window\015\012\015\012h2. Format\015\012\015\012Client list: <window id> [-*] <view> <geometry> <name> <class>\015\012Tag    list: <name>\015\012View   list: <window id> [-*] <name>\015\012\015\012h2. Examples\015\012\015\012subtler -c -l                List all clients\015\012subtler -t -n 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 -f #              Select client and show info\015\012subtler -t -f term           Show every client/view tagged with 'term'\015\012