From 7ffa4c1fa3db52bd2a5879d1268902e09986b06d Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 19 Nov 2022 14:00:54 -0600 Subject: [PATCH] add volume and brightness keybinds --- .config/hypr/hyprland.conf | 7 +++++++ 1 file changed, 7 insertions(+) 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