Enum gabelstaplerwm::wm::config::Tag [] [src]

pub enum Tag {
    Web,
    Work2,
    Work3,
    Work4,
    Work5,
    Media,
    Chat,
    Logs,
    Mon,
}

All tags used by gabelstaplerwm

Tags are symbolic identifiers by which you can classify your clients. Each window has one or more tags, and you can display zero or more tags. This means that all windows having at least one of the tags of the tagset to be displayed attached get displayed.

Variants

the web tag - for browsers and stuff

work tag

work tag

work tag

work tag

the media tag - movies, music apps etc. go here

the chat tag - for IRC and IM

the log tag - for log viewing

the monitoring tag - for htop & co.

Trait Implementations

impl Clone for Tag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Tag
[src]

Formats the value using the given formatter.

impl PartialEq for Tag
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Tag
[src]

impl Hash for Tag
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialOrd for Tag
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for Tag
[src]

This method returns an Ordering between self and other. Read more

impl Default for Tag
[src]

Returns the "default value" for a type. Read more

impl Display for Tag
[src]

Formats the value using the given formatter. Read more