diff options
| author | vin <vin@vineetk.net> | 2025-04-26 00:24:20 -0400 |
|---|---|---|
| committer | vin <vin@vineetk.net> | 2025-04-27 16:18:35 -0400 |
| commit | 6acdf05fac33064867dfc567f245afde344cde26 (patch) | |
| tree | 2c04a186bebd71875c953b2ec38c3af2ea4715bd /home.nix | |
| parent | e5fdc0fc9954dea6355a576a5ba8d31a4b84a75c (diff) | |
demiurge, hastur: disable mouse acceleration in sway's libinput
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -1126,6 +1126,8 @@ interceptor.register(int_fn) | |||
| 1126 | checkConfig = false; | 1126 | checkConfig = false; |
| 1127 | 1127 | ||
| 1128 | config = { | 1128 | config = { |
| 1129 | input."type:pointer".accel_profile = "flat"; | ||
| 1130 | |||
| 1129 | bars = [ { | 1131 | bars = [ { |
| 1130 | colors = { | 1132 | colors = { |
| 1131 | # background = colors.current.primary.background; | 1133 | # background = colors.current.primary.background; |
