]> git.phdru.name Git - dotfiles.git/blobdiff - .gtkrc-2.0
Feat(recode-filenames-recursive): Allow to omit parameters
[dotfiles.git] / .gtkrc-2.0
index 28bc74e5b4c1a3dbb9b7a8955a831b04584d0b24..ae67df8ac5437adf59d9b2a02d2f1dce03c295f2 100644 (file)
@@ -96,13 +96,15 @@ gtk-key-theme-name = "Default"
 #to let you edit your gaim key bindings
 #gtk-can-change-accels = 1
 
 #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
 
 # is an example to follow
 
-#binding "my-bindings"
-#{
+binding "my-bindings"
+{
 # enter inserts a newline
 # enter inserts a newline
-#      bind "Return" { "insert-at-cursor" ("\n") }
+       bind "Return" { "insert-at-cursor" ("\n") }
+# ctrl-enter sends message
+       bind "<ctrl>Return" { "message_send" () }
 # ctrl-s sends message
 #      bind "<ctrl>s" { "message_send" () }
 # shift-f1 toggles bold
 # ctrl-s sends message
 #      bind "<ctrl>s" { "message_send" () }
 # shift-f1 toggles bold
@@ -113,8 +115,8 @@ gtk-key-theme-name = "Default"
 #      bind "<ctrl><alt><shift>F3" { "format_function_toggle" (4) }
 # Ctrl-f1 resets the formatting
 #      bind "<ctrl>F1" { "format_function_clear" () }
 #      bind "<ctrl><alt><shift>F3" { "format_function_toggle" (4) }
 # Ctrl-f1 resets the formatting
 #      bind "<ctrl>F1" { "format_function_clear" () }
-#}
-#widget "*gaim_gtkconv_entry" binding "my-bindings"
+}
+widget "*pidgin_conv_entry" binding "my-bindings"
 
 #############################
 #misc
 
 #############################
 #misc
@@ -129,3 +131,15 @@ style "tooltips"
 widget "gtk-tooltips*" style "tooltips"
 
 gtk-recent-files-max-age=1
 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"