From 15aded27e3f232ffdd5eccf711087353f8415d7d Mon Sep 17 00:00:00 2001 From: joygnu Date: Mon, 1 Jul 2024 11:08:55 +0200 Subject: [PATCH] cmus bind --- home/hyprland/default.nix | 7 ++++--- modules/packages/default.nix | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 4eb3d3f..37f27fb 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -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" diff --git a/modules/packages/default.nix b/modules/packages/default.nix index 8d250f6..5daacfd 100644 --- a/modules/packages/default.nix +++ b/modules/packages/default.nix @@ -1,7 +1,6 @@ { config, pkgs, ... }: { - services.flatpak.enable = true; services.blueman.enable = true; hardware.bluetooth.enable = true; virtualisation.docker.rootless.enable = true;