mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 02:02:14 +02:00
...
This commit is contained in:
@@ -116,6 +116,4 @@ def selection_clipboard_funcs():
|
||||
return ans
|
||||
|
||||
|
||||
iswayland = False
|
||||
if not isosx:
|
||||
iswayland = hasattr(glfw_lib(), 'glfwGetWaylandDisplay')
|
||||
iswayland = not isosx and hasattr(glfw_lib(), 'glfwGetWaylandDisplay')
|
||||
|
||||
Reference in New Issue
Block a user