Project

General

Profile

unexist.dev

/

subtle

Assorted tidbits and projects

Subtler » History » Version 29

Version 28 (Anonymous, 12/14/2009 09:50 PM) → Version 29/30 (Anonymous, 10/07/2011 09:07 PM)

h1. Subtler\015\012\015\012[[Subtler]] is a commandline tool that allows interacting to interact with a "EWMH/NetWM":http://standards.freedesktop.org/wm-spec compatible window manager and especially with [[subtle]] from a shell.\015\012\015\012h2. [[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 works either via plaintext, plain, regex (see "regex(7)":http://linux.die.net/man/7/regex), id "regex(7)":http://linux.die.net/man/7/regex) or window id if applicable. If a pattern matches more than once ALL matches are used.\015\012\015\012If ONLY the first match will be used. \015\012If the PATTERN is *&#45;* [[subtler]] subtler will read from stdin.\015\012\015\012h2. Format\015\012\015\012<pre>\015\012Client listing: <window id> [-*] <view id> <geometry> <gravity> <screen> <flags> <instance name> (<class name>)\015\012Gravity <name> (<class>)\015\012Gravity listing: <gravity id> <geometry>\015\012Screen listing: <screen id> <geometry>\015\012Tag listing: <tag name>\015\012Tray <name>\015\012View listing: <window id> <instance name> (<class name>)\015\012View listing: <window id> [-*] <view id> <view name>\015\012</pre>\015\012\015\012h2. <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 -y 5 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,Subtle,Quickstart,Sublets)}}