forked from baskerville/bspwm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow negated window modifiers to match non-wins
For example, `.!floating` used to only match nodes that hold a window that is not in floating state; now, `.!floating` will match any node that is not a node that holds a window that's in floating state. The old behavior was counterintuitive, since e.g. `.tiled` and `.!tiled` were not complementaries (they were complementaries with respect to the windows, not the nodes) while the other standard node modifiers were. Closes baskerville#1232.
- Loading branch information
1 parent
e908026
commit badfd6c
Showing
1 changed file
with
32 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters