Project

General

Profile

unexist.dev

/

subtle

Assorted tidbits and projects

Tagging » History » Version 12

« Previous - Version 12/66 (diff) - Next » - Current version
Anonymous, 04/27/2009 10:40 PM


Tags\015\012\015\012Tags are used in subtle to fulfill two main tasks: \015\012# Determine the visibility of a client on a certain view\015\012# Define startup properties and the gravity\015\012\015\012Therefore there are three different types of predefined tags:\015\012\015\012+Placement+:\015\012Placement tags generally control the visibility of clients on views. The predefined default tag will be set to the first view and every client that has no placement tags. \015\012* default\015\012\015\012+Properties+:\015\012These tags set a special property of the client on startup like floating, fullscreen and sticky mode.\015\012* float\015\012* full\015\012* stick\015\012\015\012+Gravities+:\015\012\015\012* top\015\012* bottom\015\012* left\015\012* right\015\012* center \015\012\015\012{{tocnavi(Grabs,Quickstart,Gravity)}}