Skip to content
bakkeby edited this page Oct 10, 2023 · 1 revision

The mark for group action patch allows for some actions to be applied to more than one client.

The general idea is that you mark several client windows and then perform an action on all of them.

This is an example patch that demonstrates this idea and there will likely be bugs.

Options when it comes to marking clients:

  • mark single
  • unmark single
  • toggle mark on single
  • mark all
  • unmark all
  • mark all floating clients
  • mark all hidden clients
  • mark clients using the mouse
  • unmark clients using the mouse
  • toggle mark clients using the mouse

Options when it comes to group action:

  • killclient (close all marked clients)
  • tag (move all marked clients to another tag)
  • toggletag (enable / remove a tag from all marked clients)
  • sendmon (move all marked clients to another monitor)
  • togglefloating (toggle the floating state of all marked clients)

Note that marked clients will take precedence over the selected client when using the above functions if the selected client is not marked.


Download

Clone this wiki locally