mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
config: Add "seamless_mouse" to decide if pointer crosses output edges.
This commit is contained in:
parent
fc1bacf034
commit
edf33aad29
5 changed files with 18 additions and 1 deletions
|
|
@ -55,6 +55,7 @@ struct sway_config {
|
|||
bool reloading;
|
||||
bool reading;
|
||||
bool auto_back_and_forth;
|
||||
bool seamless_mouse;
|
||||
|
||||
int gaps_inner;
|
||||
int gaps_outer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue