playerctl
This commit is contained in:
parent
ceb596b9b2
commit
98bc099caf
|
@ -10,6 +10,7 @@
|
||||||
hyprpicker
|
hyprpicker
|
||||||
swappy
|
swappy
|
||||||
hypridle
|
hypridle
|
||||||
|
playerctl
|
||||||
];
|
];
|
||||||
|
|
||||||
services.cliphist.enable = true;
|
services.cliphist.enable = true;
|
||||||
|
@ -98,9 +99,9 @@
|
||||||
|
|
||||||
# cmus
|
# cmus
|
||||||
"$mod, D, exec, sh ~/nix/home/hyprland/scripts/cmus.sh"
|
"$mod, D, exec, sh ~/nix/home/hyprland/scripts/cmus.sh"
|
||||||
"$mod, space, exec, cmus-remote --pause"
|
"$mod, space, exec, playerctl play-pause"
|
||||||
"$mod, comma, exec, cmus-remote --prev"
|
"$mod, comma, exec, playerctl previous"
|
||||||
"$mod, period, exec, cmus-remote --next"
|
"$mod, period, exec, playerctl next"
|
||||||
"$mod, equal, exec, cmus-remote -v +10%"
|
"$mod, equal, exec, cmus-remote -v +10%"
|
||||||
"$mod, minus, exec, cmus-remote -v -10%"
|
"$mod, minus, exec, cmus-remote -v -10%"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue