binding changes

This commit is contained in:
KoenDR06 2025-04-22 22:24:52 +02:00
parent cd69b98d54
commit f2a3d40fc0

View file

@ -2,7 +2,7 @@ $mainMod = SUPER
$terminal = kitty $terminal = kitty
$launcher = ~/.config/hypr/open.sh $launcher = ~/.config/hypr/open.sh
bindr = SUPER, SUPER_L, exec, $launcher bind = SUPER, SPACE, exec, $launcher
bind = ALT, Q, exec, $terminal bind = ALT, Q, exec, $terminal
@ -50,7 +50,6 @@ bind = CONTROL&$mainMod, right, workspace, e+1
bind = CONTROL&$mainMod, left, workspace, e-1 bind = CONTROL&$mainMod, left, workspace, e-1
bindm = $mainMod,mouse:272, movewindow bindm = $mainMod,mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%+ 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 = ,XF86AudioLowerVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%-