cmus bind
This commit is contained in:
parent
8b37f4709a
commit
9d874b1189
|
@ -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"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.flatpak.enable = true;
|
||||
services.blueman.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
virtualisation.docker.rootless.enable = true;
|
||||
|
|
Loading…
Reference in a new issue