From e0b20ae403486e45a2a0ce60e3f167bb6393292b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 20 Nov 2022 11:48:35 +0000 Subject: Fix services, desktop and bspwm --- .../.local/share/applications/emacs-mail.desktop | 5 ++++ desktop/.local/share/applications/emacs.desktop | 28 ++++++++++++++++++++++ desktop/emacs-mail.desktop | 5 ---- desktop/emacs.desktop | 28 ---------------------- 4 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 desktop/.local/share/applications/emacs-mail.desktop create mode 100755 desktop/.local/share/applications/emacs.desktop delete mode 100644 desktop/emacs-mail.desktop delete mode 100755 desktop/emacs.desktop (limited to 'desktop') diff --git a/desktop/.local/share/applications/emacs-mail.desktop b/desktop/.local/share/applications/emacs-mail.desktop new file mode 100644 index 0000000..0739de1 --- /dev/null +++ b/desktop/.local/share/applications/emacs-mail.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=Emacs Email +Exec=emacsclient -c --eval "(browse-url-mail \"%f\")" +Icon=/home/yannherklotz/Images/emacs.icon diff --git a/desktop/.local/share/applications/emacs.desktop b/desktop/.local/share/applications/emacs.desktop new file mode 100755 index 0000000..95df61e --- /dev/null +++ b/desktop/.local/share/applications/emacs.desktop @@ -0,0 +1,28 @@ +[Desktop Entry] + +# The type as listed above +Type=Application + +# The version of the desktop entry specification to which this file complies +Version=1.0 + +# The name of the application +Name=Emacs + +# A comment which can/will be used as a tooltip +Comment=Flash card based learning tool + +# The path to the folder in which the executable is run +Path=/home/yannherklotz + +# The executable of the application, possibly with arguments. +Exec=/usr/bin/emacsclient -c -a '/usr/bin/emacs' + +# The name of the icon that will be used to display this entry +Icon=/home/yannherklotz/Images/emacs.icon + +# Describes whether this application needs to be run in a terminal or not +Terminal=false + +# Describes the categories in which this entry should be shown +Categories=Languages;Editor;Text; diff --git a/desktop/emacs-mail.desktop b/desktop/emacs-mail.desktop deleted file mode 100644 index 0739de1..0000000 --- a/desktop/emacs-mail.desktop +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Emacs Email -Exec=emacsclient -c --eval "(browse-url-mail \"%f\")" -Icon=/home/yannherklotz/Images/emacs.icon diff --git a/desktop/emacs.desktop b/desktop/emacs.desktop deleted file mode 100755 index 95df61e..0000000 --- a/desktop/emacs.desktop +++ /dev/null @@ -1,28 +0,0 @@ -[Desktop Entry] - -# The type as listed above -Type=Application - -# The version of the desktop entry specification to which this file complies -Version=1.0 - -# The name of the application -Name=Emacs - -# A comment which can/will be used as a tooltip -Comment=Flash card based learning tool - -# The path to the folder in which the executable is run -Path=/home/yannherklotz - -# The executable of the application, possibly with arguments. -Exec=/usr/bin/emacsclient -c -a '/usr/bin/emacs' - -# The name of the icon that will be used to display this entry -Icon=/home/yannherklotz/Images/emacs.icon - -# Describes whether this application needs to be run in a terminal or not -Terminal=false - -# Describes the categories in which this entry should be shown -Categories=Languages;Editor;Text; -- cgit