mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Add --app-id as alias for --class
On Wayland we have application ids instead of WM_CLASS. Bloody dumb.
This commit is contained in:
parent
aca13a619a
commit
5d5f3ff1b5
1 changed files with 1 additions and 1 deletions
|
|
@ -847,7 +847,7 @@ def parse_cmdline(oc: Options, disabled: OptionSpecSeq, ans: Any, args: Optional
|
|||
def options_spec() -> str:
|
||||
if not hasattr(options_spec, 'ans'):
|
||||
OPTIONS = '''
|
||||
--class
|
||||
--class --app-id
|
||||
dest=cls
|
||||
default={appname}
|
||||
condition=not is_macos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue