From 97b9db7b8b9f273de97d5293a89b3ec69fb2e0a8 Mon Sep 17 00:00:00 2001 From: Pablu23 Date: Mon, 5 Aug 2024 11:24:51 +0200 Subject: [PATCH] Add playerctl deamon and new bind --- .config/hypr/config/binds.conf | 3 ++- .config/hypr/config/programs.conf | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/hypr/config/binds.conf b/.config/hypr/config/binds.conf index 130a83b..f35b7ee 100644 --- a/.config/hypr/config/binds.conf +++ b/.config/hypr/config/binds.conf @@ -30,7 +30,8 @@ bindle=, XF86MonBrightnessDown, exec, bri --down bindle=, XF86Search, exec, launchpad # bindl=, XF86AudioMute, exec, amixer set Master toggle bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle -bindl=, XF86AudioPlay, exec, playerctl --player=spotify play-pause # the stupid key is called play , but it toggles +bindl=, XF86AudioPlay, exec, playerctl play-pause # the stupid key is called play , but it toggles +bindl= $mainMod CONTROL, p, exec, playerctl play-pause # the stupid key is called play , but it toggles bindl=, XF86AudioNext, exec, playerctl next bindl=, XF86AudioPrev, exec, playerctl previous diff --git a/.config/hypr/config/programs.conf b/.config/hypr/config/programs.conf index 774c4ff..94ba7d7 100644 --- a/.config/hypr/config/programs.conf +++ b/.config/hypr/config/programs.conf @@ -22,3 +22,4 @@ exec-once = hyprpaper exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = dunst exec-once = polkit-kde-agent +exec-once = playerctld daemon