summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-04-26 00:24:20 -0400
committervin <vin@vineetk.net>2025-04-27 16:18:35 -0400
commit6acdf05fac33064867dfc567f245afde344cde26 (patch)
tree2c04a186bebd71875c953b2ec38c3af2ea4715bd /home.nix
parente5fdc0fc9954dea6355a576a5ba8d31a4b84a75c (diff)
demiurge, hastur: disable mouse acceleration in sway's libinput
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index 03fc3d1..77ec265 100644
--- a/home.nix
+++ b/home.nix
@@ -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;