mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
Better wayland detection
This commit is contained in:
@@ -118,4 +118,4 @@ def selection_clipboard_funcs():
|
||||
|
||||
iswayland = False
|
||||
if not isosx:
|
||||
iswayland = selection_clipboard_funcs()[0] is None
|
||||
iswayland = hasattr(glfw_lib(), 'glfwGetWaylandDisplay')
|
||||
|
||||
Reference in New Issue
Block a user