Ensure opacity on handy terminal

This commit is contained in:
Alexander Gehrke 2023-07-04 16:35:41 +02:00
parent ecd51264fd
commit 81cba76bde

View file

@ -93,7 +93,7 @@ awful.rules.rules = {
properties = { size_hints_honor = true, floating = true, fullscreen = true }}, properties = { size_hints_honor = true, floating = true, fullscreen = true }},
{ rule = { class = "zoom", instance = "zoom", name = "zoom" }, { rule = { class = "zoom", instance = "zoom", name = "zoom" },
properties = { size_hints_honor = true, floating = true, border_width = 0 }}, properties = { size_hints_honor = true, floating = true, border_width = 0 }},
{ rule_any = { class = {"URxvt", "Alacritty", "GVim", "kitty" }}, { rule_any = { class = {"URxvt", "Alacritty", "GVim", "kitty", "handy" }},
properties = { opacity = 0.9 }}, properties = { opacity = 0.9 }},
{ rule = { name = "Awesomelog" }, { rule = { name = "Awesomelog" },
properties = { tag = "F4" }}, properties = { tag = "F4" }},