forked from davatorium/rofi
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Wayland] Support -m/-monitor <name>.
Defer layer surface creation until we read the configuration and know the value of `config.monitor`. Wait for Wayland output details and try to select a matching output by name. Numeric values of -5..n are intentionally not supported, because * the order of `wl_output` globals is not defined and may change between sessions * the best we can do for -5..-1 is to let the compositor decide `wid:` in theory can be emulated via `xdg-foreign`, but that requires a regular `xdg_toplevel` instead of a layer surface.
- Loading branch information
Showing
1 changed file
with
31 additions
and
5 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