From 3dfa968e8196ee00121057d8d46a164d7f2d283c Mon Sep 17 00:00:00 2001 From: Ryan Thomas Date: Tue, 1 Feb 2022 00:25:26 -0500 Subject: [PATCH] remove need for compositor --- invisible.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invisible.rasi b/invisible.rasi index 4c63174..6589ca8 100644 --- a/invisible.rasi +++ b/invisible.rasi @@ -11,7 +11,7 @@ #window { anchor: north; location: north; - width: 100%; + width: 0; padding: 4px; children: [ horibox ]; }