mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 07:55:10 +02:00
Linux: Disable the Wayland backend on GNOME
GNOME has no support for server side decorations. Can be controlled by new option linux_display_server.
This commit is contained in:
@@ -222,7 +222,7 @@ class Tab: # {{{
|
||||
if env:
|
||||
fenv.update(env)
|
||||
fenv['KITTY_WINDOW_ID'] = str(next_window_id())
|
||||
if not is_macos and not is_wayland:
|
||||
if not is_macos and not is_wayland():
|
||||
try:
|
||||
fenv['WINDOWID'] = str(x11_window_id(self.os_window_id))
|
||||
except Exception:
|
||||
|
||||
Reference in New Issue
Block a user