mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Better wayland detection
This commit is contained in:
parent
e558880e8f
commit
073c330800
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue