loserMcloser / waylogout

MIT License
35 stars 2 forks source link

Cursor movement causes automatic logout #21

Open samtrek opened 7 hours ago

samtrek commented 7 hours ago

Cursor movement causes automatic logout in a dual monitor setup, not applicable with a single monitor (a laptop)

loserMcloser commented 6 hours ago

When I connect the HDMI out on my laptop to my TV, I don't see this issue --- I can move my mouse around and hovering over an action (on either display) causes it to be highlighted on both displays. Everything pretty much works as expected, though there is some glitchy-ness where sometimes one display is updated but the other is not in response to keyboard input.

What do you mean by "automatic logout" --- does the app close immediately, or is the logout action immediately activated? Are you running with the default-action set?

Can you try running from a terminal with the example command from README.md ? What is the output in the terminal after the app closes?

samtrek commented 6 hours ago

My own setup is a desktop with two monitors connected, I used the example you recommended in the example, it also resulted in the auto logout from the window manager (hyprland) into the display manager, all info from the terminal was lost due to automatic logout on cursor movement. Could we write the debug to an output, through this we may find out what is going on, or the problem is coming from my own set up.

samtrek commented 5 hours ago

Yes the automatic logout occurs in hyprland and not in sway, further testing maybe required in hyprland if it is to be used in hyprland, if not the documentation should state compatible window manager. Thank you for the good work.