Project

General

Profile

unexist.dev

/

subtle

Assorted tidbits and projects

Subtler » History » Version 6

Version 5 (Anonymous, 04/19/2009 05:35 PM) → Version 6/30 (Anonymous, 04/19/2009 05:38 PM)

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 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 (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\012Generally PATTERN can be '-' to read from stdin or '#' to interatively select a client window\015\012\015\012h2. Format\015\012\015\012Client list: <window id> [-*] <view> <geometry> <gravity> <name> <class>\015\012Tag list: <name>\015\012View list: <window id> [-*] <name>\015\012\015\012h2. Examples\015\012\015\012*subtler <name>\015\012\015\012+Examples+:\015\012* subtler -c -l* -l List all clients\015\012*subtler clients\015\012* subtler -t -n subtle* subtle Add new tag 'subtle'\015\012*subtler 'subtle'\015\012* subtler -v subtle -T rocks* rocks Tag view 'subtle' with tag 'rocks'\015\012*subtler 'rocks'\015\012* subtler -c xterm -g* -g Show tags of client 'xterm'\015\012*subtler 'xterm'\015\012* subtler -c -f #* # Select client and show info\015\012*subtler info\015\012* subtler -t -f term* term Show every client/view tagged with 'term'