Commit 89b4548

Ansari <ping@ansari.wtf>
2026-07-17 17:10:38
zenity rule modified
1 parent 2c1b2d6
Changed files (1)
.config
hypr
modules
.config/hypr/modules/rules.lua
@@ -57,7 +57,7 @@ hl.window_rule({
 })
 
 hl.window_rule({
-	match = { initial_class = "code|code-oss|Code-Insiders" },
+	match = { initial_class = "code|code-oss|Code-Insiders|zenity" },
 	workspace = "name:Code",
 })