cmus bind

This commit is contained in:
joygnu 2024-07-01 11:08:55 +02:00
parent 694bc44e62
commit 15aded27e3
2 changed files with 4 additions and 4 deletions

View file

@ -68,10 +68,11 @@
"$mod+shift, M, exit, hyprland"
# mocp
"$mod, O, exec, cmus-remote --next"
"$mod, P, exec, cmus-remote --pause"
"$mod, I, exec, cmus-remote -v +5%"
"$mod, U, exec, cmus-remote -v -5%"
"$mod, comma, exec, cmus-remote --next"
"$mod, period, exec, cmus-remote --prev"
"$mod, equal, exec, cmus-remote -v +5%"
"$mod, minus, exec, cmus-remote -v -5%"
# Move focus with mainMod + arrow keys
"$mod, Return, fullscreen"

View file

@ -1,7 +1,6 @@
{ config, pkgs, ... }:
{
services.flatpak.enable = true;
services.blueman.enable = true;
hardware.bluetooth.enable = true;
virtualisation.docker.rootless.enable = true;