Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conditional: Screen+Desk is not mutually-exclusive
When a conditional has both screen and desk in, such as: All (Screen HDMI-1, Desk 0) Echo "$[w.name]" the previous logiv was to treat those options as mutually exclusive -- hence, one or the other would match, but never both. This commit fixes this by checking for both conditions if they're present, otherwise defaulting to treating them separately if only one of them appears. Fixes #741
- Loading branch information