From f9a656333c810541e9cf42cd7d94691e5f068a28 Mon Sep 17 00:00:00 2001 From: joygnu Date: Thu, 22 Aug 2024 20:27:18 +0200 Subject: [PATCH] volume for desktop --- home/hyprland/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index f356ec1..adb9bd3 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -91,6 +91,8 @@ "$mod+shift, M, exit, hyprland" "$mod, G, exec, sh ~/nix/home/hyprland/scripts/gamemode.sh" "$mod+shift, B, exec, sh ~/nix/home/hyprland/scripts/ags.sh" + "$mod, up, exec, sh ~/nix/home/hyprland/scripts/volume.sh -i" + "$mod, down, exec, sh ~/nix/home/hyprland/scripts/volume.sh -v" # cmus "$mod, D, exec, sh ~/nix/home/hyprland/scripts/cmus.sh"