Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New plugins: traverse and graphical notifications #59

Merged
merged 3 commits into from
Dec 21, 2021
Merged

New plugins: traverse and graphical notifications #59

merged 3 commits into from
Dec 21, 2021

Conversation

m-col
Copy link
Member

@m-col m-col commented Sep 12, 2021

This adds a plugin for traversing across windows based on their position
in global space. By "plugin" this means an importable module that
exports functions that can be used as-is (via lazy.function) rather
than a full config. I've added a table for this to the readme to set the
precedent.

This adds a plugin for traversing across windows based on their position
in global space. By "plugin" this means an importable module that
exports functions that can be used as-is (via `lazy.function`) rather
than a full config. I've added a table for this to the readme to set the
precedent.
@m-col m-col changed the title New plugin: traverse New plugins: traverse and graphical notifications Sep 12, 2021
@m-col
Copy link
Member Author

m-col commented Sep 12, 2021

Also added:

    New plugin: graphical notification server
    
    This adds `graphical_notications`, a plugin that provides the class
    `Notifier` that listens to notifications using `libqtile.notify` and
    presents them to the user using `Popup`s.

This adds `graphical_notications`, a plugin that provides the class
`Notifier` that listens to notifications using `libqtile.notify` and
presents them to the user using `Popup`s.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant