From 68d13a8f3f884cf95e1c5f5ee0ac0b6b7b78be3b Mon Sep 17 00:00:00 2001 From: ooks-io Date: Sun, 16 Jun 2024 12:40:22 +1200 Subject: [PATCH] feat(home:hyprland): update volume/brightness binds --- .../wayland/compositor/hyprland/settings/binds.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home/modules/desktop/wayland/compositor/hyprland/settings/binds.nix b/home/modules/desktop/wayland/compositor/hyprland/settings/binds.nix index fbd0506..6aa6ae1 100644 --- a/home/modules/desktop/wayland/compositor/hyprland/settings/binds.nix +++ b/home/modules/desktop/wayland/compositor/hyprland/settings/binds.nix @@ -29,13 +29,13 @@ in "SUPER, backslash, exec, ${binds.spotify.play}" # Brightness - ",XF86MonBrightnessUp, exec, hyprbrightness up" - ",XF86MonBrightnessDown, exec, hyprbrightness down" + ",XF86MonBrightnessUp, exec, ${binds.brightness.up}" + ",XF86MonBrightnessDown, exec, ${binds.brightness.down}" # Volume - ",XF86AudioRaiseVolume, exec, hyprvolume up" - ",XF86AudioLowerVolume, exec, hyprvolume down" - ",XF86AudioMute, exec, hyprvolume mute" + ",XF86AudioRaiseVolume, exec, ${binds.volume.up}" + ",XF86AudioLowerVolume, exec, ${binds.volume.down}" + ",XF86AudioMute, exec, ${binds.volume.mute}" # Window Management "SUPER, Q, killactive"