mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-31 16:24:25 +02:00
appearance: fix GTK3 bindings
With newer versions of GTK, the appropriate CSS property and the CSS classes have changed their names.
This commit is contained in:
parent
2c07d4e19a
commit
1e993bfa10
1 changed files with 2 additions and 2 deletions
|
@ -78,9 +78,9 @@ gtk3:write([[
|
||||||
"insert-at-cursor" (" ") };
|
"insert-at-cursor" (" ") };
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkEntry, GtkTextView
|
entry, textview
|
||||||
{
|
{
|
||||||
gtk-key-bindings: custom-text-entry;
|
-gtk-key-bindings: custom-text-entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
.window-frame, .window-frame:backdrop {
|
.window-frame, .window-frame:backdrop {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue