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" "$mod+shift, M, exit, hyprland"
# mocp # mocp
"$mod, O, exec, cmus-remote --next"
"$mod, P, exec, cmus-remote --pause" "$mod, P, exec, cmus-remote --pause"
"$mod, I, exec, cmus-remote -v +5%" "$mod, comma, exec, cmus-remote --next"
"$mod, U, exec, cmus-remote -v -5%" "$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 # Move focus with mainMod + arrow keys
"$mod, Return, fullscreen" "$mod, Return, fullscreen"

View file

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