[kitty] add a kitty meta session and a launcher
This commit is contained in:
parent
2504ebe30c
commit
2f8d75e0da
3 changed files with 38 additions and 0 deletions
20
desktop_entries/.local/share/applications/meta.desktop
Normal file
20
desktop_entries/.local/share/applications/meta.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=Meta
|
||||
|
||||
# The path to the folder in which the executable is run
|
||||
#Path=
|
||||
|
||||
# The executable of the application, possibly with arguments.
|
||||
Exec=kitty --name meta --session ~/.config/kitty/meta.session
|
||||
|
||||
# Describes whether this application needs to be run in a terminal or not
|
||||
Terminal=False
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue