aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm/Desktop/SwapMaster.hs
Commit message (Collapse)AuthorAge
* Add ability to swap two workspaces with the W commandJosh Rahm2023-12-04
|
* Fix bug in master swapping where the last window is not scoped to a tag.Josh Rahm2023-12-04
|
* 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
|
* Add M-S-s to swap windows with eachotherJosh Rahm2022-10-09
|
* Roll Windows.hs into R.D.StackSetJosh Rahm2022-10-09
|
* Add R.D.StackSet as a replacement for StackSet.Josh Rahm2022-10-09
|
* Rename Internal to Rahm.DesktopJosh Rahm2022-10-09