diff options
author | Benjamin Franzke <benjaminfranzke@gmail.com> | 2020-02-15 13:29:39 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@gmail.com> | 2020-02-15 13:54:59 +0100 |
commit | e4746014ffd4d1f18d0832a2d77408a7f75bcc02 (patch) | |
tree | 702cbc661b034d7d11f8fd683d6600e452fbc46a | |
parent | 3b675ad5459e52ad6f2cbc97f25338320478d138 (diff) | |
download | pa-sink-ctl-e4746014ffd4d1f18d0832a2d77408a7f75bcc02.tar.gz pa-sink-ctl-e4746014ffd4d1f18d0832a2d77408a7f75bcc02.tar.bz2 pa-sink-ctl-e4746014ffd4d1f18d0832a2d77408a7f75bcc02.zip |
Add .desktop file
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | pa-sink-ctl.desktop | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9768a98..b2d48e3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,4 @@ SUBDIRS = src data + +desktopdir = $(datadir)/applications +desktop_DATA = pa-sink-ctl.desktop diff --git a/pa-sink-ctl.desktop b/pa-sink-ctl.desktop new file mode 100644 index 0000000..000f952 --- /dev/null +++ b/pa-sink-ctl.desktop @@ -0,0 +1,8 @@ +#!/usr/bin/env xdg-open +[Desktop Entry] +Version=1.0 +Terminal=true +Type=Application +Name=pa-sink-ctl +Exec=pa-sink-ctl +Icon=multimedia-volume-control |