mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 15:04:50 +02:00
Wayland: Use XDG_ACTIVATION_TOKEN when present at launch
This commit is contained in:
@@ -148,6 +148,7 @@ def process_env() -> Dict[str, str]:
|
||||
ssl_env_var = getattr(sys, 'kitty_ssl_env_var', None)
|
||||
if ssl_env_var is not None:
|
||||
ans.pop(ssl_env_var, None)
|
||||
ans.pop('XDG_ACTIVATION_TOKEN', None)
|
||||
return ans
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user