Macro gabelstaplerwm::move_to_tag [] [src]

macro_rules! move_to_tag {
    ($($tag:expr),*;; $print:expr) => { ... };
    ($($tag:expr),* $(; $print:expr)*) => { ... };
}

Move a client to a tag.

Returns a closure for use with bind!.

Usage

The move_to_tag! macro expects one or more tags for the current client to be moved to.

As always, the last parameter(s) specify objects to be printed after completion of the action.