fix: make xst respect size hints

pull/1/head
anemofilia 2023-08-12 02:50:20 -03:00
parent 3057658391
commit b6e25c089e
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 1 additions and 1 deletions

View File

@ -892,7 +892,7 @@ ruled.client.connect_signal("request::rules", function()
ruled.client.append_rule {
id = "respeitador de size hints",
rule_any = {
class = {"Emacs", "St"},
class = {"Emacs", "st-256color"},
},
properties = { size_hints_honor = false }
}