Add playerctl deamon and new bind
This commit is contained in:
@@ -30,7 +30,8 @@ bindle=, XF86MonBrightnessDown, exec, bri --down
|
|||||||
bindle=, XF86Search, exec, launchpad
|
bindle=, XF86Search, exec, launchpad
|
||||||
# bindl=, XF86AudioMute, exec, amixer set Master toggle
|
# bindl=, XF86AudioMute, exec, amixer set Master toggle
|
||||||
bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ 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=, XF86AudioNext, exec, playerctl next
|
||||||
bindl=, XF86AudioPrev, exec, playerctl previous
|
bindl=, XF86AudioPrev, exec, playerctl previous
|
||||||
|
|
||||||
|
|||||||
@@ -22,3 +22,4 @@ exec-once = hyprpaper
|
|||||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
exec-once = dunst
|
exec-once = dunst
|
||||||
exec-once = polkit-kde-agent
|
exec-once = polkit-kde-agent
|
||||||
|
exec-once = playerctld daemon
|
||||||
|
|||||||
Reference in New Issue
Block a user