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