From 09e586f445db10e221e25c2775f6025d2deb6b06 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Mon, 16 Mar 2026 18:22:37 +0100 Subject: [PATCH] update: modules/cli/git.nix --- modules/cli/git.nix | 1 + modules/hypr/hyprland.nix | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/cli/git.nix b/modules/cli/git.nix index d227042..98ce9fd 100644 --- a/modules/cli/git.nix +++ b/modules/cli/git.nix @@ -41,6 +41,7 @@ "node_modules" "result" "__pycache__" + ".direnv" ]; }; diff --git a/modules/hypr/hyprland.nix b/modules/hypr/hyprland.nix index 56eb788..6243d6b 100644 --- a/modules/hypr/hyprland.nix +++ b/modules/hypr/hyprland.nix @@ -135,8 +135,8 @@ in kb_options = "caps:escape_shifted_capslock"; kb_rules = ""; follow_mouse = 1; - left_handed = true; - sensitivity = 0; + left_handed = false; + sensitivity = -0.5; touchpad = { natural_scroll = true; };