aboutsummaryrefslogtreecommitdiff
path: root/src/Internal/Lib.hs
Commit message (Collapse)AuthorAge
* Fix old bug.Josh Rahm2021-11-04
| | | | | | Old bug where shifting workspaces relatively using mod-n/p would not work as expected where visible workspaces without any windows would be skipped over or plain not work.
* Add more DMenu integration & Add ability to change the spacing with ↵Josh Rahm2021-11-01
| | | | Mod+Shift+[].
* Move logic from Keys.hs to Lib.hs.Josh Rahm2020-03-26
Added an monad XPlus that holds extra state with the MarkContext, etc. This should make it easier to handle as more and more state accrues over time.