add custom Gtk config for Windows

This commit is contained in:
Garux 2020-05-03 12:30:32 +03:00
parent 4e4bb3a153
commit c4528f8d64

View File

@ -0,0 +1,9 @@
gtk-menu-popup-delay = 10
binding "ms-windows-tree-view"
{
bind "Right" { "expand-collapse-cursor-row" (1,1,0) }
bind "Left" { "expand-collapse-cursor-row" (1,0,0) }
}
class "GtkTreeView" binding "ms-windows-tree-view"