X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.gtkrc-2.0;h=ae67df8ac5437adf59d9b2a02d2f1dce03c295f2;hp=28bc74e5b4c1a3dbb9b7a8955a831b04584d0b24;hb=HEAD;hpb=f46bd4d41cc7f243bc8a321effee5200aa69e709 diff --git a/.gtkrc-2.0 b/.gtkrc-2.0 index 28bc74e..ae67df8 100644 --- a/.gtkrc-2.0 +++ b/.gtkrc-2.0 @@ -96,13 +96,15 @@ gtk-key-theme-name = "Default" #to let you edit your gaim key bindings #gtk-can-change-accels = 1 -# In Gaim 2.0.0 and later, you can set custom keybindings in your theme. Here +# In Pidgin you can set custom keybindings in your theme. Here # is an example to follow -#binding "my-bindings" -#{ +binding "my-bindings" +{ # enter inserts a newline -# bind "Return" { "insert-at-cursor" ("\n") } + bind "Return" { "insert-at-cursor" ("\n") } +# ctrl-enter sends message + bind "Return" { "message_send" () } # ctrl-s sends message # bind "s" { "message_send" () } # shift-f1 toggles bold @@ -113,8 +115,8 @@ gtk-key-theme-name = "Default" # bind "F3" { "format_function_toggle" (4) } # Ctrl-f1 resets the formatting # bind "F1" { "format_function_clear" () } -#} -#widget "*gaim_gtkconv_entry" binding "my-bindings" +} +widget "*pidgin_conv_entry" binding "my-bindings" ############################# #misc @@ -129,3 +131,15 @@ style "tooltips" widget "gtk-tooltips*" style "tooltips" gtk-recent-files-max-age=1 + +gtk-button-images=1 +gtk-menu-images=1 +gtk-cursor-theme-size=0 +gtk-enable-event-sounds=0 +gtk-enable-input-feedback-sounds=0 +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-toolbar-style=GTK_TOOLBAR_BOTH +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle="hintfull" +gtk-xft-rgba="none"