diff options
author | Thanos Apollo <[email protected]> | 2023-04-12 06:55:07 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-04-12 06:55:07 +0300 |
commit | 665bd0e304ef8e9c1023fddaf4c94e105d18fdd8 (patch) | |
tree | d41e5a868d61f8049f9e3915ea2db44c16f55a9d /.config/hypr/hyprland.conf | |
parent | 28e017aacff0b4b83a3d0ef3728f683aaf472318 (diff) |
hypr: Add brightnessctl bindings
Diffstat (limited to '.config/hypr/hyprland.conf')
-rw-r--r-- | .config/hypr/hyprland.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 0af6cdf..c53dd50 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -104,6 +104,8 @@ $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = , F5, exec, "/home/$USER/dotfiles/scripts/keyboard-light-x220.sh" +bind = , F8, exec, brightnessctl set +5% +bind = , F7, exec, brightnessctl set 5-% bind = , XF86AudioLowerVolume, exec, amixer sset Master 5%- bind = , XF86AudioRaiseVolume, exec, amixer sset Master 5%+ |