xmonad / xmonad-contrib

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

Add XMonad.Layout.CenteredIfSingle #634

Closed elkowar closed 2 years ago

elkowar commented 2 years ago

Description

XMonad.Layout.CenteredIfSingle centers windows on screen as long as there is only a single window. As soon as there are more than one windows, the modified layout is used as normal.

Small demonstration:

https://user-images.githubusercontent.com/5300871/139041003-a2ceb6ae-07d1-405d-9056-4001d14e8538.mp4

Checklist

TheMC47 commented 2 years ago

@elkowar could you squash the commits? Do that and I'll merge

elkowar commented 2 years ago

Done @TheMC47