diff options
author | Thanos Apollo <[email protected]> | 2023-04-12 06:50:18 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-04-12 06:50:18 +0300 |
commit | 28e017aacff0b4b83a3d0ef3728f683aaf472318 (patch) | |
tree | 31c1bf0b90da7760676e5356461ed7bba4d93e52 /.config/hypr | |
parent | 82293a0c7571085f9d8ac2a01c23c738e24edb40 (diff) |
hypr: Add bind for x220 keyboard brightness
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index d60a093..0af6cdf 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -103,6 +103,7 @@ device:epic mouse V1 { $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 = , XF86AudioLowerVolume, exec, amixer sset Master 5%- bind = , XF86AudioRaiseVolume, exec, amixer sset Master 5%+ |