diff options
author | Thanos Apollo <[email protected]> | 2025-02-17 09:02:12 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2025-03-15 15:46:09 +0200 |
commit | 2907c221a7dc654f1c31d142a43d39484610e6ff (patch) | |
tree | efd1d78158df2e631ee7b970e46f7d788d24d8e0 | |
parent | 4c020796674056cf0c121f4f5ef09259200fc0bc (diff) |
hypr: Bind keyboard-light-x220 script.
-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 164c754..d68df41 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -255,6 +255,7 @@ bindel = ,XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle bindel = ,XF86AudioMicMute, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 5%+ bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 5%- +bind = ,F5, exec, ~/.scripts/keyboard-light-x220.sh # Requires playerctl bindl = , XF86AudioNext, exec, playerctl next |