wlogout: add gtk-layer-shell support

enables transparency via wlogout -p layer-shell
This commit is contained in:
Artturin
2021-11-06 13:35:41 +02:00
parent ea5c3d756e
commit 9538bee9b7
+2
View File
@@ -9,6 +9,7 @@
, libxkbcommon
, wayland
, wayland-protocols
, gtk-layer-shell
}:
stdenv.mkDerivation rec {
@@ -28,6 +29,7 @@ stdenv.mkDerivation rec {
libxkbcommon
wayland
wayland-protocols
gtk-layer-shell
];
postPatch = ''