diff options
Diffstat (limited to 'homes/floppydisk/hyprland.nix')
-rw-r--r-- | homes/floppydisk/hyprland.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homes/floppydisk/hyprland.nix b/homes/floppydisk/hyprland.nix index 70ef928..86ff2cd 100644 --- a/homes/floppydisk/hyprland.nix +++ b/homes/floppydisk/hyprland.nix @@ -94,6 +94,10 @@ # mute key ", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle" + # brightness controls + ", XF86MonBrightnessUp, exec, brightnessctl s +20%" + ", XF86MonBrightnessDown, exec, brightnessctl s 20%-" + # general shortcuts "$mod, Q, exec, kitty" "$mod, C, killactive, " |