Ensure opacity on handy terminal
This commit is contained in:
parent
ecd51264fd
commit
81cba76bde
|
@ -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" }},
|
||||||
|
|
Loading…
Reference in a new issue