From 9e6879ca9695ebf3d522fe3e47b5d0db479753de Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Sat, 27 Aug 2022 11:41:38 +1000 Subject: [PATCH] don't show by default, that was for testing (oops) --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index d04a3cc..21e26f4 100644 --- a/init.lua +++ b/init.lua @@ -143,7 +143,7 @@ function switcherpopup.new(s) border_width = 2, ontop = true, placement = awful.placement.centered, - visible = true, + visible = false, } function popup.show(self) updateSwitcherpopup()