From c2f7805aa45c36c5a18f7bbd2f5e4e550efd3282 Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 9 Dec 2024 14:57:08 +0100 Subject: [PATCH] fixed brightness workspace switcher --- desktopenvs/hyprland/hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktopenvs/hyprland/hypr/hyprland.conf b/desktopenvs/hyprland/hypr/hyprland.conf index e6dca5a..6a0ae1a 100644 --- a/desktopenvs/hyprland/hypr/hyprland.conf +++ b/desktopenvs/hyprland/hypr/hyprland.conf @@ -240,8 +240,8 @@ bind = $mainMod SHIFT, SPACE, movetoworkspace, special:magic bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_up, workspace, e-1 -binde = $mainMod, XF86AudioLowerVolume, workspace, e+1 -binde = $mainMod, XF86AudioRaiseVolume, workspace, e-1 +binde = $mainMod, XF86AudioLowerVolume, workspace, e-1 +binde = $mainMod, XF86AudioRaiseVolume, workspace, e+1 # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow