playerctl

This commit is contained in:
joy 2024-08-30 23:46:20 +02:00
parent ceb596b9b2
commit 98bc099caf

View file

@ -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%"