diff --git a/nixos/home/imports/hyprland.nix b/nixos/home/imports/hyprland.nix index 774ba2d..7cdf808 100644 --- a/nixos/home/imports/hyprland.nix +++ b/nixos/home/imports/hyprland.nix @@ -182,6 +182,8 @@ ]; bind = [ + "$mod, O, exec, swayosd-client --brightness raise" + "$mod, I, exec, swayosd-client --brightness lower" "$mod, Q, exec, ~/.nix-profile/bin/dontkillsteam" "$mod, Delete, exit" "$mod, W, togglefloating"