citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

.gtkrc-2.0 (386B)


      1 gtk-icon-theme-name = "Numix"
      2 gtk-theme-name = "Vertex-Dark"
      3 #gtk-theme-name = "Arc-Dark"
      4 
      5 #gtk-icon-theme-name = "Numix-Circle"
      6 #gtk-theme-name = "Paper"
      7 
      8 binding "gtk-binding-menu" {
      9   bind "j" { "move-current" (next) }
     10   bind "k" { "move-current" (prev) }
     11   bind "h" { "move-current" (parent) }
     12   bind "l" { "move-current" (child) }
     13 }
     14 class "GtkMenuShell" binding "gtk-binding-menu"