Mercurial > dotfiles
view unixSoft/otherbin/enable-emacs-in-gtk.sh @ 164:a4734cd2ba01
Add screen_away irssi script.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 24 Nov 2009 20:55:49 -0600 |
parents | dafd5586742e |
children |
line wrap: on
line source
#!/bin/sh echo 'gtk-key-theme-name = "Emacs"' >>~/.gtkrc-2.0 gconftool -t string --set /desktop/gnome/interface/gtk_key_theme Emacs