From cd69b98d54657b305a7b6d0219c6f1440ac05113 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Tue, 22 Apr 2025 10:00:12 +0200 Subject: [PATCH] mouse keybindings --- modules/wm/hyprland/config/hypr/keybinds.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/wm/hyprland/config/hypr/keybinds.conf b/modules/wm/hyprland/config/hypr/keybinds.conf index 69f62c3..4246e2b 100644 --- a/modules/wm/hyprland/config/hypr/keybinds.conf +++ b/modules/wm/hyprland/config/hypr/keybinds.conf @@ -49,7 +49,9 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = CONTROL&$mainMod, right, workspace, e+1 bind = CONTROL&$mainMod, left, workspace, e-1 -# Laptop multimedia keys for volume and LCD brightness +bindm = $mainMod, mouse:272, movewindow +bindm = $mainMod, mouse:273, resizewindow + bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%+ bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%- bindel = SHIFT,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+