cmus bind
This commit is contained in:
parent
694bc44e62
commit
15aded27e3
|
@ -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"
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue