diff options
| author | David Luevano Alvarado <55825613+luevano@users.noreply.github.com> | 2020-12-24 14:46:01 -0700 |
|---|---|---|
| committer | David Luevano Alvarado <55825613+luevano@users.noreply.github.com> | 2020-12-24 14:46:01 -0700 |
| commit | fb9d9561f3cbbc2f0b97920a9df7892ed4086c83 (patch) | |
| tree | 239b9981e7bfeda303dce6c0e1e5b190f5736d61 /.config/sxhkd/sxhkdrc | |
| parent | 6fbac254f87139173ae5996fa38df448ddeed178 (diff) | |
Add script, (pulse audio) gets current sink, and changes to next, displaying notification
Diffstat (limited to '.config/sxhkd/sxhkdrc')
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index af7473c..044ce1d 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -153,10 +153,13 @@ super + {Left,Down,Up,Right} XF86AudioMute pactl set-sink-mute @DEFAULT_SINK@ toggle + F86AudioPrev playerctl previous + F86AudioNext playerctl next + F86AudioPlay playerctl play-pause |
