From eaf6b0a0f4c7881c027c84e03f49e0adaf203b34 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Mon, 15 Sep 2025 09:33:50 +0100 Subject: [PATCH] Removed deprecated var from hypr config --- dot_config/hypr/variables.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dot_config/hypr/variables.conf b/dot_config/hypr/variables.conf index 9a6c416..33b64f6 100644 --- a/dot_config/hypr/variables.conf +++ b/dot_config/hypr/variables.conf @@ -55,11 +55,6 @@ dwindle { preserve_split = true # you probably want this } -gestures { - # See https://wiki.hyprland.org/Configuring/Variables/ for more - workspace_swipe = false -} - input { numlock_by_default = true; }