From d25d01b33c319e0800af973f5d304c16c77a6d9c Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 17 Apr 2024 22:00:20 -0400 Subject: [PATCH] 402 current 2024-04-17 22:00:19 24.05.20240417.203fac8 6.8.6-zen1 nvidiaProduction nvidiaStable nvidiaVulkanBeta --- modules/rice/sway/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/rice/sway/default.nix b/modules/rice/sway/default.nix index 2325ac3..b24e0e5 100644 --- a/modules/rice/sway/default.nix +++ b/modules/rice/sway/default.nix @@ -18,14 +18,16 @@ in { terminal = "kitty"; startup = [{command = "firefox";}]; + menu = "wofi --show drun"; + input = { "Logitech USB Receiver Keyboard" = { accel_profile = "flat"; - pointer_accel = "0.5"; + pointer_accel = "0"; }; "Logitech USB Receiver" = { accel_profile = "flat"; - pointer_accel = "0.5"; + pointer_accel = "0"; }; };