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 11, 2024
1 parent 8ce23de commit 08d1633
Show file tree
Hide file tree
Showing 3 changed files with 2,647 additions and 0 deletions.
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 08d1633

Please sign in to comment.