From 183224be69caa26adbafab91d493a3ae65b83643 Mon Sep 17 00:00:00 2001 From: joy Date: Mon, 15 Jul 2024 21:02:05 +0200 Subject: [PATCH] cmus command --- home/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 19df6bc..1590a8b 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -69,6 +69,7 @@ "$mod, G, exec, sh ~/nix/home/hyprland/gamemode.sh" # cmus + "$mod, D exec, alacritty -e screen -r cmus" "$mod, P, exec, cmus-remote --pause" "$mod, comma, exec, cmus-remote --prev" "$mod, period, exec, cmus-remote --next"