Age | Commit message (Collapse) | Author |
|
A floating window that's sticky will move to the new active workspace
whenever the workspace on the same output changes.
|
|
This function looks for bound commands that start with `workspace` (ie.
the commands that change to a static workspace) and fetches the
workspace name.
However, if it's actually a list of commands, then the parsing will pick
up the delimiter ("," or ";") and also fail to recognize keywords
("next" etc).
This patch fixes that by properly separating with delimiters.
|
|
|
|
|
|
If e.g. a window has a popup open then that will lock the current focus,
making a workspace switch denied.
So don't move the mouse pointer in such cases.
|
|
|
|
This reverts commit e1d18e42a8f3a597b9bf5f1bb2ab6c346e4e7983.
Fixes #180
cc @taiyu-len
|
|
|
|
|
|
|
|
|
|
|
|
so it can be reused for "move container to workspace next"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixed floating_modifier related things
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
related things into handlers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|