Merge branch 'xdg-terminal-exec' of https://github.com/leiserfg/kitty
This commit is contained in:
commit
81acce908f
1 changed files with 5 additions and 0 deletions
5
setup.py
5
setup.py
|
|
@ -1441,6 +1441,11 @@ def create_linux_bundle_gunk(ddir: str, args: Options) -> None:
|
|||
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…
Reference in a new issue