From 1a8c6fcd24532baec36757e12b8189b7a6552fd7 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 9 Feb 2020 20:35:54 +0200 Subject: [PATCH] merge local/share/applications & etc/xdg/autostart --- etc/xdg/autostart/README.md | 4 ++++ local/share/applications | 1 + local/share/applications/README.md | 4 ---- local/share/applications/firefox-home.desktop | 7 ------- 4 files changed, 5 insertions(+), 11 deletions(-) create mode 120000 local/share/applications delete mode 100644 local/share/applications/README.md delete mode 100644 local/share/applications/firefox-home.desktop diff --git a/etc/xdg/autostart/README.md b/etc/xdg/autostart/README.md index dbcc2df2..bb5ac426 100644 --- a/etc/xdg/autostart/README.md +++ b/etc/xdg/autostart/README.md @@ -1,6 +1,10 @@ System-wide autostart files =========================== +*Note: this directory is also being used as `~/.local/share/applications` + which populates the app menu, my autostart is thankfully not this + populated.* + * redshift - app that changes screen temperature along the sun * telegramdesktop - IM app, based on telegram-desktop package * com.wire.WireDesktop - Wire flatpak based on the flatpak of the same name diff --git a/local/share/applications b/local/share/applications new file mode 120000 index 00000000..537d5217 --- /dev/null +++ b/local/share/applications @@ -0,0 +1 @@ +../../etc/xdg/autostart \ No newline at end of file diff --git a/local/share/applications/README.md b/local/share/applications/README.md deleted file mode 100644 index ee7c4ef1..00000000 --- a/local/share/applications/README.md +++ /dev/null @@ -1,4 +0,0 @@ -Desktop files for launchers such as dmenu that I create so often that I -might as well put them here for more simple cping. - -$HOME/.local/share/applications/ diff --git a/local/share/applications/firefox-home.desktop b/local/share/applications/firefox-home.desktop deleted file mode 100644 index 3b065753..00000000 --- a/local/share/applications/firefox-home.desktop +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Name=Firefox Developer Edition (home) -Exec=/home/mikaela/.local/firefox/firefox %u -Comment=Firefox Developer Edition (home) -Terminal=false -Icon=/home/mikaela/.local/firefox/browser/chrome/icons/default/default128.png -Type=Application