r-c-f / waynergy

A synergy client for Wayland compositors
MIT License
394 stars 17 forks source link

Unable to turn idle inhibition off #58

Closed ackstorm23 closed 1 year ago

ackstorm23 commented 1 year ago

/usr/local/bin/waynergy version v0.0.13-8-g2a01d0c

xkb_key_offset = 8

[raw-keymap]
offset = 0
offset_on_explicit = false
331 = 113  #LEFT
328 = 111  #UP
333 = 114  #RIGHT
336 = 116  #DOWN
338 = 118  #INS
327 = 110  #HOME
329 = 112  #PGUP
339 = 119  #DEL
335 = 115  #END
337 = 117  #PGDN
347 = 133  #WIN
312 = 108  #RALT
349 = 135  #MENU

284 = 104  #KPEN
325 = 77   #NMLK
309 = 106  #KP/

[screensaver]
start = pkill -SIGUSR1 swayidle
stop = pkill swaylock

[idle-inhibit]
enable = false
#method = mouse
#interval = 30
#keyname = HYPR

I am using sway but I have some QT/KDE libraries and tools installed, I am not sure if that is what is causing this.

I have another machine where this was working, so it seems to be unique to this system.

0.0136155640.015209062: [INFO] Using KDE idle inhibition protocol
0.0209126240.025093393: [INFO] Using KDE idle inhibition protocol
0.3559128020.357063261: [INFO] Using KDE idle inhibition protocol
0.0352910920.039471789: [INFO] Using KDE idle inhibition protocol
0.0704790650.075712250: [INFO] Using KDE idle inhibition protocol
0.0725312050.077480146: [INFO] Using KDE idle inhibition protocol
0.0664478700.068386339: [INFO] Using KDE idle inhibition protocol
0.016435164: [DEBUG] Got idle manager
0.060752152: [INFO] Using KDE idle inhibition protocol
r-c-f commented 1 year ago

The KDE stuff is because the protocol used originates with KDE. In any case, this should work again.