Virtual desktop underlay for Wayland and X11
git clone https://github.com/m-col/xanadu
Files | Refs | Readme | License

Commit f4f8927474e0be15d87cda2e022e6b6036a3fdc3
Parent: 37a8d79c3ff8e92f2af04e7218277599cf7c0dfe
Author: mcol <mcol@posteo.net>
Date: 2021-11-02 22:43:49 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-02 22:43:49 +0000

make transparent background style specific

style.css Modified

@@ -1,3 +1,3 @@
-* {
+window,iconview {
     background-color: transparent;
 }