From 92aafddf91b4097ce02c652bd7b0d212ad0d04df Mon Sep 17 00:00:00 2001 From: joelmathewthomas Date: Thu, 28 Aug 2025 19:43:50 +0530 Subject: [PATCH] new hyprland changes --- .config/hypr/hyprland.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index d1d8d37..d3a9ad2 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -113,7 +113,6 @@ decoration { animations { enabled = yes - first_launch_animation = true # Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more @@ -153,8 +152,6 @@ master { gestures { # See https://wiki.hyprland.org/Configuring/Variables/ for more - workspace_swipe = on - workspace_swipe_fingers = 3 workspace_swipe_distance = 300 } @@ -272,6 +269,9 @@ bindel = $mainMod SHIFT, left, resizeactive, -10 0 bindel = $mainMod SHIFT, up, resizeactive, 0 -10 bindel = $mainMod SHIFT, down, resizeactive, 0 10 +# Gestures +gesture = 3, horizontal, workspace + # Media Key binds # Example volume button that allows press and hold, volume limited to 150% bindel=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+