5.1 Window Marks

Windows can be marked. A marked window has a # beside it in the window list. Some commands operate only on marked windows.

Command: mark &optional win message

Default Values:

  win      (stumpwm:current-window)
  message  t

Toggle a window’s mark. The optional argument WIN controls which window is marked and defaults to the current window. The optional argument MESSAGE controls whether or not to display a message to the user indicating that WIN has been marked, and defaults to T.

Command: clear-window-marks &optional group windows

Default Values:

  group    (stumpwm:current-group)
  windows  (stumpwm:group-windows stumpwm:group)

Clear all marks in the current group.

Command: pull-marked

Pull all marked windows into the current frame and clear the marks.