aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm/Desktop/Layout/Flip.hs
Commit message (Collapse)AuthorAge
* Add ability to tile-dragJosh Rahm2023-12-05
|
* Remove more unused imports.Josh Rahm2022-11-23
| | | | GHC left some of the unused imports as `import X ()`
* Change to use minimal imports.Josh Rahm2022-11-23
| | | | | This is achieved by using `stack build --ghc-options=-ddump-minimal-imports` and looking for the *.imports files.
* Format with ormolu.Josh Rahm2022-11-21
|
* fix some hlint warningsJosh Rahm2022-10-09
|
* Break the Flippable modifiers into their own file.Josh Rahm2022-10-09
This also combines the two into a single type.