Skip to content

Instantly share code, notes, and snippets.

@jonathanschilling
Created January 21, 2024 12:23
Show Gist options
  • Save jonathanschilling/65e70abae9beb49c5ccc69bfcd20a931 to your computer and use it in GitHub Desktop.
Save jonathanschilling/65e70abae9beb49c5ccc69bfcd20a931 to your computer and use it in GitHub Desktop.
Set terminal to open in Nemo
#!/bin/bash
# e.g. $0 xfce4-terminal
echo "setting terminal to open from Nemo to" $@
gsettings set org.cinnamon.desktop.default-applications.terminal exec $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment