feat: add profiles

This commit is contained in:
mislavzanic
2024-02-14 19:32:05 +01:00
committed by brandon s allbery kf8nh
parent c8dff5e2dc
commit bfe2f5b3f9
3 changed files with 551 additions and 0 deletions

View File

@@ -5,6 +5,11 @@
### Breaking Changes
### New Modules
* `XMonad.Actions.Profiles`.
- Group workspaces by similarity. Usefull when one has lots
of workspaces and uses only a couple per unit of work.
### Bug Fixes and Minor Changes