From 1ca5b92374dcf71c4e6a6ee2c7eba5d24f52e51f Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Sat, 4 Oct 2025 09:32:04 +0530 Subject: [PATCH] chore(hyprland): remove unused gesture config --- home/services/hyprland.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/home/services/hyprland.nix b/home/services/hyprland.nix index da0079c8..5b8a91cc 100644 --- a/home/services/hyprland.nix +++ b/home/services/hyprland.nix @@ -129,11 +129,6 @@ new_status = "master"; }; - gestures = { - # See https://wiki.hyprland.org/Configuring/Variables/ for more - workspace_swipe = false; - }; - # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more # "device:epic-mouse-v1" = { sensitivity = -0.5; };