xmonad / xmonad-contrib

Contributed modules for xmonad
https://xmonad.org
BSD 3-Clause "New" or "Revised" License
579 stars 271 forks source link

XMonad.Hooks.ScreenCorners: Add support for edges #893

Closed sylecn closed 1 month ago

sylecn commented 1 month ago

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

sylecn commented 1 month ago

Hi, I have added support for SCLeft and SCRight, updated the doc and commit message as well. Code tested manually.

geekosaur commented 1 month ago

Thanks!