From d2fe4a5ea61c3367e7183f9d99dad3f636bf5e52 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Sun, 23 Nov 2025 23:51:43 +0100 Subject: [PATCH] wip: dnsc-machine setup --- modules/wm/anyrun/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/wm/anyrun/default.nix b/modules/wm/anyrun/default.nix index 0a538ce..533643f 100644 --- a/modules/wm/anyrun/default.nix +++ b/modules/wm/anyrun/default.nix @@ -25,7 +25,11 @@ }; extraCss = /*css */ '' - GtkWindow { + window { + background: transparent; + } + + box.main { background: transparent; } '';