From 4b307ee5e6a3090abafc90c9eb7b6b8f04d9cd01 Mon Sep 17 00:00:00 2001 From: joygnu Date: Fri, 30 Aug 2024 23:46:20 +0200 Subject: [PATCH] playerctl --- home/hyprland/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index def8502..cb0fac2 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -10,6 +10,7 @@ hyprpicker swappy hypridle + playerctl ]; services.cliphist.enable = true; @@ -98,9 +99,9 @@ # cmus "$mod, D, exec, sh ~/nix/home/hyprland/scripts/cmus.sh" - "$mod, space, exec, cmus-remote --pause" - "$mod, comma, exec, cmus-remote --prev" - "$mod, period, exec, cmus-remote --next" + "$mod, space, exec, playerctl play-pause" + "$mod, comma, exec, playerctl previous" + "$mod, period, exec, playerctl next" "$mod, equal, exec, cmus-remote -v +10%" "$mod, minus, exec, cmus-remote -v -10%"