feat: mouse config for sway
This commit is contained in:
parent
100046cb4e
commit
92ae51fe05
|
@ -8,10 +8,15 @@
|
|||
"*" = {
|
||||
xkb_layout = "de";
|
||||
xkb_variant = "bone";
|
||||
repeat_delay = "350";
|
||||
repeat_delay = "235";
|
||||
repeat_rate = "60";
|
||||
accel_profile = "flat";
|
||||
};
|
||||
};
|
||||
focus = {
|
||||
followMouse = false;
|
||||
mouseWarping = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
# Cursor invisible
|
||||
|
|
Loading…
Reference in a new issue