sway icon indicating copy to clipboard operation
sway copied to clipboard

focus is moved from an overlay to normal windows when the screen is locked/unlocked

Open colemickens opened this issue 1 year ago • 0 comments

Please fill out the following:

  • Sway Version: tip: https://github.com/swaywm/sway/commit/2e9139df664f1e2dbe14b5df4a9646411b924c66

  • Debug Log: (not available right now)

  • Configuration File:

    • repros with default config
  • Stack Trace:

    • n/a
  • Description:

  1. Launch wayprompt, it will steal focus and show a "fullscreen" overlay with a small window drawn.
  2. Unplug yubikey (udev rule triggers swayidle->swaylock).
  3. Re-plug yubikey
  4. Tap enter, tap yubikey on swaylock
  5. Notice that input focus is back in the terminal window, rather than the overlay wayprompt window.

AFAIK This is "wrong" and probably shouldn't happen.

colemickens avatar Jun 05 '24 20:06 colemickens