From f2a3d40fc02e79983d800dcc6d819f0582e27f3d Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Tue, 22 Apr 2025 22:24:52 +0200 Subject: [PATCH] binding changes --- modules/wm/hyprland/config/hypr/keybinds.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/wm/hyprland/config/hypr/keybinds.conf b/modules/wm/hyprland/config/hypr/keybinds.conf index 4246e2b..190c822 100644 --- a/modules/wm/hyprland/config/hypr/keybinds.conf +++ b/modules/wm/hyprland/config/hypr/keybinds.conf @@ -2,7 +2,7 @@ $mainMod = SUPER $terminal = kitty $launcher = ~/.config/hypr/open.sh -bindr = SUPER, SUPER_L, exec, $launcher +bind = SUPER, SPACE, exec, $launcher bind = ALT, Q, exec, $terminal @@ -49,8 +49,7 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = CONTROL&$mainMod, right, workspace, e+1 bind = CONTROL&$mainMod, left, workspace, e-1 -bindm = $mainMod, mouse:272, movewindow -bindm = $mainMod, mouse:273, resizewindow +bindm = $mainMod,mouse:272, movewindow 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%-