From 1e993bfa108ee9a6f97559d1c0a6ece98a71336d Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 27 Apr 2016 18:13:27 +0200 Subject: [PATCH] appearance: fix GTK3 bindings With newer versions of GTK, the appropriate CSS property and the CSS classes have changed their names. --- rc/appearance.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/appearance.lua b/rc/appearance.lua index f3f24ca..0200276 100644 --- a/rc/appearance.lua +++ b/rc/appearance.lua @@ -78,9 +78,9 @@ gtk3:write([[ "insert-at-cursor" (" ") }; } -GtkEntry, GtkTextView +entry, textview { - gtk-key-bindings: custom-text-entry; + -gtk-key-bindings: custom-text-entry; } .window-frame, .window-frame:backdrop {