diff --git a/desktop_entries/.local/share/applications/alm.desktop b/desktop_entries/.local/share/applications/alm.desktop new file mode 100644 index 0000000..38948ff --- /dev/null +++ b/desktop_entries/.local/share/applications/alm.desktop @@ -0,0 +1,21 @@ +[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=Waarp ALM + +# The path to the folder in which the executable is run +#Path= + +# The executable of the application, possibly with arguments. +Exec=vimb https://alm.waarp.fr + +# Describes whether this application needs to be run in a terminal or not +Terminal=False + + diff --git a/desktop_entries/.local/share/applications/code.desktop b/desktop_entries/.local/share/applications/code.desktop new file mode 100644 index 0000000..1d5c21b --- /dev/null +++ b/desktop_entries/.local/share/applications/code.desktop @@ -0,0 +1,20 @@ +[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=Waarp Code + +# The path to the folder in which the executable is run +#Path= + +# The executable of the application, possibly with arguments. +Exec=vimb https://code.waarp.fr + +# Describes whether this application needs to be run in a terminal or not +Terminal=False + diff --git a/desktop_entries/.local/share/applications/mimeapps.list b/desktop_entries/.local/share/applications/mimeapps.list new file mode 100644 index 0000000..e69de29 diff --git a/desktop_entries/.local/share/applications/vifm.desktop b/desktop_entries/.local/share/applications/vifm.desktop new file mode 100644 index 0000000..7f12bb1 --- /dev/null +++ b/desktop_entries/.local/share/applications/vifm.desktop @@ -0,0 +1,19 @@ +[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=Vifm File Manager + +# The path to the folder in which the executable is run +#Path= + +# The executable of the application, possibly with arguments. +Exec=st -e vifm + +# Describes whether this application needs to be run in a terminal or not +Terminal=False