commit 6977927f560e2698241d0c6f02380897bc7c4c64
parent 735d18b25c3d751a808072eb8f92ff1c2ceb40f8
Author: Matthew Carlson <matt@mcarlson.xyz>
Date: Sat, 18 Sep 2021 20:46:46 -0400
enabled gtk accels to fix shortcuts in gimp
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini
@@ -3,7 +3,7 @@ gtk-cursor-blink-time = 0
gtk-cursor-blink-timeout = 0
gtk-cursor-blink = 0
gtk-cursor-theme-size = 0
-gtk-enable-accels = 0
+gtk-enable-accels = 1
gtk-enable-animations = 0
gtk-enable-event-sounds = 0
gtk-enable-input-feedback-sounds = 0