Skip to content

Instantly share code, notes, and snippets.

@faloi
Created September 7, 2013 17:14
Show Gist options
  • Save faloi/6477371 to your computer and use it in GitHub Desktop.
Save faloi/6477371 to your computer and use it in GitHub Desktop.
# Configure terminator to run as default terminal (e.g. CTRL + ALT + T)
gconftool --type string --set /desktop/gnome/applications/terminal/exec terminator
# Configure terminator to launch when "Open in terminal" is clicked using Nautilus
gsettings set org.gnome.desktop.default-applications.terminal exec-arg "-x"
gsettings set org.gnome.desktop.default-applications.terminal exec /usr/bin/terminator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment