forked from qtile/qtile
-
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.
Wayland: implement support for wlr-layer-shell-unstable-v1-protocol
This adds support for the layer shell protocol. This allows for "layer" surfaces to be created by clients, used for applications such as status bars, overlays, third-party wallpapers (such as swaybg), and other tools like dmenu, rofi etc (their wayland clones that is). These clients are managed by Qtile as Static windows and are bound to an output rather than a group, and are not tiled. Part of layer shell protocol allows clients to request "exclusive zones", however this is not implemented in this commit. This depends on pywlroots>=0.2.7, which is reflected in tox.ini and setup.cfg.
- Loading branch information
Showing
7 changed files
with
218 additions
and
40 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
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
Oops, something went wrong.