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