Fix issue with notify-on-volume script not being called
This commit is contained in:
@@ -104,8 +104,8 @@ exec_always --no-startup-id $HOME/dotfiles/bin/set-wallpaper --restore
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Bind media keys on a keyboard to control volume and playback
|
# Bind media keys on a keyboard to control volume and playback
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pamixer -i 2 && notify-on-volume
|
bindsym XF86AudioRaiseVolume exec --no-startup-id pamixer -i 2 && $HOME/dotfiles/bin/notify-on-volume
|
||||||
bindsym XF86AudioLowerVolume exec --no-startup-id pamixer -d 2 && notify-on-volume
|
bindsym XF86AudioLowerVolume exec --no-startup-id pamixer -d 2 && $HOME/dotfiles/bin/notify-on-volume
|
||||||
bindsym XF86AudioMute exec --no-startup-id pamixer -t
|
bindsym XF86AudioMute exec --no-startup-id pamixer -t
|
||||||
bindsym XF86AudioPlay exec playerctl play-pause
|
bindsym XF86AudioPlay exec playerctl play-pause
|
||||||
bindsym XF86AudioNext exec playerctl next
|
bindsym XF86AudioNext exec playerctl next
|
||||||
|
|||||||
Reference in New Issue
Block a user