From d22f327156ce63b38e88643990662e6130206661 Mon Sep 17 00:00:00 2001 From: Mark Stosberg Date: Sun, 15 Nov 2020 07:43:46 -0500 Subject: [PATCH] Add XDG .desktop file. Once installed into /usr/share/applications or ~/.local/share/applications, this can be used to launch a terminal running `bashmount` through a GUI like Rofi, Gnome, etc. This can be helpful if you forget the name of your mount utility, or if you wanted to launch a new terminal window for bashmount anyway. --- bashmount.desktop | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bashmount.desktop diff --git a/bashmount.desktop b/bashmount.desktop new file mode 100644 index 0000000..0ab8032 --- /dev/null +++ b/bashmount.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Name=bashmount +GenericName=Terminal Disk Mounter +Comment= +Exec=bashmount +Terminal=true +StartupWMClass=bashmount +Type=Application +Keywords=Disk;Mount;Automount;CLI; +Icon=drive-removable-media +Categories=Utility +StartupNotify=true