mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Add support for xdg-terminal-exec
See proposal in https://gitlab.freedesktop.org/terminal-wg/specifications/-/merge_requests/3/diffs
This commit is contained in:
parent
b1b218bb40
commit
55bd074c01
1 changed files with 5 additions and 0 deletions
5
setup.py
5
setup.py
|
|
@ -1441,6 +1441,11 @@ StartupNotify=true
|
|||
Exec=kitty
|
||||
Icon=kitty
|
||||
Categories=System;TerminalEmulator;
|
||||
X-TerminalArgExec=--
|
||||
X-TerminalArgTitle=--title
|
||||
X-TerminalArgAppId=--class
|
||||
X-TerminalArgDir=--working-directory
|
||||
X-TerminalArgHold=--hold
|
||||
''')
|
||||
with open(os.path.join(deskdir, 'kitty-open.desktop'), 'w') as f:
|
||||
f.write(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue