2020-07-04 00:01:48 +02:00
|
|
|
[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=Meta
|
|
|
|
|
|
|
|
# The path to the folder in which the executable is run
|
|
|
|
#Path=
|
|
|
|
|
|
|
|
# The executable of the application, possibly with arguments.
|
2025-02-11 15:23:05 +01:00
|
|
|
Exec=kitty --title meta --session /home/bca/.config/kitty/meta.session
|
2020-07-04 00:01:48 +02:00
|
|
|
|
|
|
|
# Describes whether this application needs to be run in a terminal or not
|
|
|
|
Terminal=False
|
|
|
|
|