annotate unixSoft/otherbin/enable-emacs-in-gtk.sh @ 325:64e73453e43f

xmonad: Pull apart custom layout into something readable This change doesn't affect any behavior, but it does document the custom layout by naming function parameters. Hopefully, this will make things easier to fix the next time the XMonad developers break us.
author Lucas Bergman <lucas@bergmans.us>
date Tue, 11 Mar 2014 12:49:05 -0500
parents dafd5586742e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
160
dafd5586742e Add script to enable emacs keybindings in gtk
Augie Fackler <durin42@gmail.com>
parents:
diff changeset
1 #!/bin/sh
dafd5586742e Add script to enable emacs keybindings in gtk
Augie Fackler <durin42@gmail.com>
parents:
diff changeset
2 echo 'gtk-key-theme-name = "Emacs"' >>~/.gtkrc-2.0
dafd5586742e Add script to enable emacs keybindings in gtk
Augie Fackler <durin42@gmail.com>
parents:
diff changeset
3 gconftool -t string --set /desktop/gnome/interface/gtk_key_theme Emacs