Project

General

Profile

unexist.dev

/

subtle

Assorted tidbits and projects

Tagging » History » Version 10

« Previous - Version 10/66 (diff) - Next » - Current version
Anonymous, 04/25/2009 10:57 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 and every tag beside the predefined ones is a placement tag. To ensure that a client is at least on one view there exists the default tag. It will be set to the first defined view and every client without 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