xmonad / xmonad-contrib

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

X.L.VoidBorders: Add ability to reset borders for certain layouts #682

Closed rayes0 closed 2 years ago

rayes0 commented 2 years ago

Description

Added a new layout modifier normalBorders which resets the borders back to their normal values (read from borderWidth) so that it is possible to restore borders after using voidBorders, such as when the window is moved to a different workspace or the layout is changed.

Checklist