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; };