ghostty: fix window class not taking effect
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
b057b79671
commit
e89a712c9a
2 changed files with 6 additions and 3 deletions
|
@ -61,10 +61,13 @@ in {
|
||||||
"${toggle}"
|
"${toggle}"
|
||||||
"--focus"
|
"--focus"
|
||||||
"--type class"
|
"--type class"
|
||||||
"--expression '^dropdown$'"
|
"--expression '^.*dropdown$'"
|
||||||
"--workspace special:dropdown"
|
"--workspace special:dropdown"
|
||||||
"--"
|
"--"
|
||||||
"${ghostty} --class=dropdown"
|
|
||||||
|
#!! Must be valid GTK class
|
||||||
|
# https://github.com/ghostty-org/ghostty/issues/3336
|
||||||
|
"${ghostty} --class=gtk.dropdown"
|
||||||
];
|
];
|
||||||
|
|
||||||
pip-switch = with config.custom;
|
pip-switch = with config.custom;
|
||||||
|
|
|
@ -191,7 +191,7 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
dropdown = rules: [
|
dropdown = rules: [
|
||||||
(class "dropdown" rules)
|
(class ".*dropdown" rules)
|
||||||
];
|
];
|
||||||
|
|
||||||
editor = rules: [
|
editor = rules: [
|
||||||
|
|
Loading…
Add table
Reference in a new issue