In XMonad.Hooks.ScreenCorners, previously only corner is supported, now support for top and bottom edges is added. This is similar to Hot Edge shell extension in GNOME.
I could add support for SCLeft, SCRight too, if it's desired. I thought I'd ask for a review on this first.
Description
In XMonad.Hooks.ScreenCorners, previously only corner is supported, now support for top and bottom edges is added. This is similar to Hot Edge shell extension in GNOME.
I could add support for SCLeft, SCRight too, if it's desired. I thought I'd ask for a review on this first.
Checklist
[x] I've read CONTRIBUTING.md
[x] I've considered how to best test these changes (property, unit, manually, ...) and concluded:
[x] I updated the
CHANGES.md
file