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
Web
the web tag - for browsers and stuff
Work2
work tag
Work3
work tag
Work4
work tag
Work5
work tag
Media
the media tag - movies, music apps etc. go here
Chat
the chat tag - for IRC and IM
Logs
the log tag - for log viewing
Mon
the monitoring tag - for htop & co.
Trait Implementations
impl Clone for Tag
[src]
fn clone(&self) -> Tag
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for Tag
[src]
impl PartialEq for Tag
[src]
fn eq(&self, __arg_0: &Tag) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Eq for Tag
[src]
impl Hash for Tag
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl PartialOrd for Tag
[src]
fn partial_cmp(&self, __arg_0: &Tag) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
fn lt(&self, other: &Rhs) -> bool
1.0.0
This method tests less than (for self
and other
) and is used by the <
operator. Read more
fn le(&self, other: &Rhs) -> bool
1.0.0
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
fn gt(&self, other: &Rhs) -> bool
1.0.0
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
fn ge(&self, other: &Rhs) -> bool
1.0.0
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]
fn cmp(&self, __arg_0: &Tag) -> Ordering
This method returns an Ordering
between self
and other
. Read more