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