mirror of
https://github.com/swaywm/sway.git
synced 2026-02-05 04:06:25 -05:00
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
```
|
||
|---|---|---|
| .. | ||
| sway | ||
| swaybar | ||
| swaynag | ||
| cairo_util.h | ||
| gesture.h | ||
| ipc-client.h | ||
| ipc.h | ||
| list.h | ||
| log.h | ||
| loop.h | ||
| meson.build | ||
| pango.h | ||
| pool-buffer.h | ||
| stringop.h | ||
| util.h | ||