Skip to content

Instantly share code, notes, and snippets.

@Marhc
Last active May 26, 2019 18:14
Show Gist options
  • Save Marhc/4e31f5026a4faaa53aa39c68c23e72c3 to your computer and use it in GitHub Desktop.
Save Marhc/4e31f5026a4faaa53aa39c68c23e72c3 to your computer and use it in GitHub Desktop.
[Set Tilix as Default Terminal] This script configures Tilix as default terminal on Cinnamon and Gnome. #tilix #terminal #bash-scripts #scripts #dark-theme #themes #cinnamon #gnome
#!/bib/bash
# Dependencies: darkTilix.sh from https://gist.github.com/1d0fd74e97ca8c5570f6d4921336f1f9#file-darktilix-sh
gsettings set org.cinnamon.desktop.default-applications.terminal exec 'darkTilix.sh'
gsettings set org.gnome.desktop.default-applications.terminal exec 'darkTilix.sh'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment