xmonad / xmonad-contrib

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

`XMonad.Actions.FloatKeys` Add simpler functions #712

Closed TheMC47 closed 2 years ago

TheMC47 commented 2 years ago

Problem Description

I wanted to do something simple as "shrink/move/expand my window by x from the right/left/top/bottom". It worked, but with ~some~ a lot of trial, error, and head-scratching.

If you never contributed to xmonad: this issue is for you! It's a straightforward addition that requires minimal Haskell knowledge

Steps to Reproduce

Read the docs.

Checklist