From c36df8ed30dd1d72e079f73d0217c5719dda69ef Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 27 Sep 2025 14:53:02 +0200 Subject: [PATCH] Home: Update config for new lock --- home/modules/hyprland/settings.nix | 6 +++--- home/modules/neovim/default.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home/modules/hyprland/settings.nix b/home/modules/hyprland/settings.nix index 761991a9..865a5d9f 100644 --- a/home/modules/hyprland/settings.nix +++ b/home/modules/hyprland/settings.nix @@ -146,9 +146,9 @@ new_status = "master"; }; - gestures = { - workspace_swipe = false; - }; + gesture = [ + "3, horizontal, workspace" # 3 Fingers, horizontal, workspace swipe + ]; misc = { # Say no to the anime girl diff --git a/home/modules/neovim/default.nix b/home/modules/neovim/default.nix index 519f0508..e146a9ff 100644 --- a/home/modules/neovim/default.nix +++ b/home/modules/neovim/default.nix @@ -406,7 +406,7 @@ in { }; fuzzy = { - use_frecency = true; + frecency.enabled = true; use_proximity = true; };