diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-18 21:01:32 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-18 21:01:32 +0200 |
commit | 10330e29c63bc9c104c91ca1a0b6e6e9b580a73a (patch) | |
tree | 7593d3bd4d942715e22a7c5fcf998eefd51061c8 | |
parent | 7b302f3da11dfccf54ced9c98a84ed86f0b45e85 (diff) |
added brightness keybinds
-rw-r--r-- | config/hyprland/hypr/binds.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf index 2e597a2..a84837e 100644 --- a/config/hyprland/hypr/binds.conf +++ b/config/hyprland/hypr/binds.conf @@ -109,6 +109,8 @@ bind =, XF86AudioMute, exec, pamixer -t bind =, XF86AudioPlay, exec, mpc toggle bind =, XF86AudioNext, exec, mpc next bind =, XF86AudioPrev, exec, mpc prev +bind =, XF86MonBrightnessUp, exec, light -A 5 +bind =, XF86MonBrightnessDown, exec, light -U 5 bind = $mainMod SHIFT, B, exec, killall waybar; waybar |