diff options
author | listout <listout@protonmail.com> | 2022-01-04 16:11:58 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-01-04 16:11:58 +0530 |
commit | 1fa09bc26b62c939ca274145c3131d697dfc33b8 (patch) | |
tree | d2c0be228cd58a534caad90841af4c5ca411bb68 /.config/sxhkd/sxhkdrc | |
parent | 0c034d206dbbb3449e360d07aad2feadb202a659 (diff) |
use default sink for pulse audio
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 17726a9..5e99006 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -4,13 +4,13 @@ # multimedia and function keys XF86AudioRaiseVolume - pactl set-sink-volume 0 +05% + pactl set-sink-volume @DEFAULT_SINK@ +05% XF86AudioLowerVolume - pactl set-sink-volume 0 -05% + pactl set-sink-volume @DEFAULT_SINK@ -05% XF86AudioMute - pactl set-sink-mute 0 toggle + pactl set-sink-mute @DEFAULT_SINK@ toggle XF86AudioMicMute - pactl set-source-mute 0 toggle + pactl set-source-mute @DEFAULT_SOURCE@ toggle XF86MonBrightnessUp xbacklight -inc 5 |