diff options
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index e0672d4..e2107e8 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -8,13 +8,13 @@ XF86AudioLowerVolume pactl set-sink-volume @DEFAULT_SINK@ -5% && pkill -RTMIN+2 dwmblocks XF86AudioPlay - playerctl --player=spotify play-pause + playerctl --player=ncspot play-pause XF86AudioPrev - playerctl --player=spotify previous && sleep 0.1 && pkill -RTMIN+1 dwmblocks + playerctl --player=ncspot previous && sleep 0.1 && pkill -RTMIN+1 dwmblocks XF86AudioNext - playerctl --player=spotify next && sleep 0.1 && pkill -RTMIN+1 dwmblocks + playerctl --player=ncspot next && sleep 0.1 && pkill -RTMIN+1 dwmblocks XF86MonBrightnessUp xbacklight -inc 10 && pkill -RTMIN+3 dwmblocks |