Skip to content

Commit

Permalink
Add Plasma layout
Browse files Browse the repository at this point in the history
Adds `Plasma` layout from https://github.com/numirias/qtile-plasma.
  • Loading branch information
elParaguayo committed Apr 28, 2024
1 parent 19097fb commit ddb5dcb
Show file tree
Hide file tree
Showing 5 changed files with 2,725 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Qtile x.xx.x, released XXXX-XX-XX:
* features
- automatically lift types to their annotated type when specified via
the `qtile cmd-obj` command line
- 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

0 comments on commit ddb5dcb

Please sign in to comment.