diff --git a/modules/home/wayland/hyprland/config.nix b/modules/home/wayland/hyprland/config.nix index 22d3a47..064e2d1 100755 --- a/modules/home/wayland/hyprland/config.nix +++ b/modules/home/wayland/hyprland/config.nix @@ -202,8 +202,8 @@ bind = , XF86AudioRaiseVolume, exec, amixer -q sset 'Master' 5%+ bind = , XF86AudioLowerVolume, exec, amixer -q sset 'Master' 5%- bind = , XF86AudioMute, exec, amixer -q sset 'Master' toggle - bind = , XF86MonBrightnessUp, exec, brillo -A 5 - bind = , XF86MonBrightnessDown, exec, brillo -U 5 + bind = , XF86MonBrightnessUp, exec, brightnessctl s +5% + bind = , XF86MonBrightnessDown, exec, brightnessctl s -5% exec-once = [workspace special silent] kitty --title flying_kitty exec-once = sh ~/.config/startup.sh