add desktop shortcuts
This commit is contained in:
parent
93c23b8798
commit
1c5c8f8e13
4 changed files with 60 additions and 0 deletions
21
desktop_entries/.local/share/applications/alm.desktop
Normal file
21
desktop_entries/.local/share/applications/alm.desktop
Normal file
|
@ -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
|
||||
|
||||
|
20
desktop_entries/.local/share/applications/code.desktop
Normal file
20
desktop_entries/.local/share/applications/code.desktop
Normal file
|
@ -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
|
||||
|
0
desktop_entries/.local/share/applications/mimeapps.list
Normal file
0
desktop_entries/.local/share/applications/mimeapps.list
Normal file
19
desktop_entries/.local/share/applications/vifm.desktop
Normal file
19
desktop_entries/.local/share/applications/vifm.desktop
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue