Skip to content

Instantly share code, notes, and snippets.

@ericoporto
Created March 27, 2016 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericoporto/39afbc22aa253afe918c to your computer and use it in GitHub Desktop.
Save ericoporto/39afbc22aa253afe918c to your computer and use it in GitHub Desktop.
Ubuntu shortcut to load ncmpcpp connected to mpd on my local server.
[Desktop Entry]
Version=0.1
Name=MPDC
Comment=Connect to MPD Server
Exec=gnome-terminal --geometry=48x16 -e "bash -c \"/usr/bin/ncmpcpp -h 192.168.0.3; exec bash\""
Terminal=true
Type=Application
Categories=Application;
@ericoporto
Copy link
Author

gnomewithncmpcpp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment