sway icon indicating copy to clipboard operation
sway copied to clipboard

Add mouse_warp to mark option

Open kwiesmueller opened this issue 1 month ago • 0 comments

This allows to better support certain pop-ups which require focus or they close (like certain password managers). The popup can be marked and only that window will get mouse_warped.

For example:

for_window [title="Enpass Assistant"] {
    move position mouse
    inhibit_idle visible
    urgent enable
    mark --add mouse_me
}

mouse_warping mark mouse_me

kwiesmueller avatar Jun 08 '24 21:06 kwiesmueller