mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Place mouse at center of focused view when changing to a workspace on a different output, if option is enabled. (This replicates existing i3 option.) This can be triggered in multiple ways: A) via `workspace <name>` which changes output B) via `focus <direction>` which changes output C) via `focus output <name>` which (obviously) changes output |
||
|---|---|---|
| .. | ||
| commands.c | ||
| config.c | ||
| container.c | ||
| focus.c | ||
| handlers.c | ||
| input_state.c | ||
| ipc.c | ||
| layout.c | ||
| list.c | ||
| log.c | ||
| main.c | ||
| output.c | ||
| readline.c | ||
| resize.c | ||
| stringop.c | ||
| util.c | ||
| workspace.c | ||