Skip to content

Commit

Permalink
Merge cdbebdd into 2716aa6
Browse files Browse the repository at this point in the history
  • Loading branch information
elParaguayo committed Apr 14, 2024
2 parents 2716aa6 + cdbebdd commit f746bb2
Show file tree
Hide file tree
Showing 4 changed files with 2,741 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Qtile x.xx.x, released XXXX-XX-XX:
* features
- Add `Plasma` layout. The original layout (https://github.com/numirias/qtile-plasma) appears to be unmaintained
so we have added this to the main codebase.
* bugfixes

Qtile 0.25.0, released 2024-04-06:
Expand Down
1 change: 1 addition & 0 deletions libqtile/layout/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
from libqtile.layout.floating import Floating
from libqtile.layout.matrix import Matrix
from libqtile.layout.max import Max
from libqtile.layout.plasma import Plasma
from libqtile.layout.ratiotile import RatioTile
from libqtile.layout.screensplit import ScreenSplit
from libqtile.layout.slice import Slice
Expand Down
Loading

0 comments on commit f746bb2

Please sign in to comment.