view unixSoft/otherbin/enable-emacs-in-gtk.sh @ 446:b2be3e77b64a

env: disable colors in hg testrunner output
author Augie Fackler <raf@durin42.com>
date Sat, 30 Sep 2017 06:47:59 -0400
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