fix: Remove acceleration for mouse inputs
This commit is contained in:
parent
362558f16c
commit
8db569cc99
1 changed files with 5 additions and 0 deletions
|
|
@ -38,6 +38,11 @@ output DP-1 {
|
|||
# scale 1.0
|
||||
}
|
||||
|
||||
input "type:pointer" {
|
||||
accel_profile "flat"
|
||||
pointer_accel 0
|
||||
}
|
||||
|
||||
exec_always --no-startup-id ~/.config/sway/idle.sh
|
||||
|
||||
exec_always --no-startup-id ~/.config/sway/sway_unfocused_effects.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue