diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 5968d02..98f620b 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -126,6 +126,13 @@ bind = $mainMod, R, exec, bemenu-run bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, V, togglesplit, # dwindle +bind = ,XF86AudioLowerVolume,exec, vol.sh -d 0.02 +bind = ,XF86AudioRaiseVolume,exec, vol.sh -i 0.02 +bind = ,XF86AudioMute,exec, vol.sh --toggle-mute +bind = ,XF86MonBrightnessDown, exec, brightnessctl set 5%- +bind = ,XF86MonBrightnessUp, exec, brightnessctl set 5%- +bind = $mainMod SHIFT, S, exec, ss.sh -s + # Move focus with mainMod + arrow keys bind = $mainMod, H, movefocus, l bind = $mainMod, L, movefocus, r