-
Notifications
You must be signed in to change notification settings - Fork 35
Usage with volnoti
Beau Hastings edited this page Oct 27, 2020
·
2 revisions
i3-volume
can be used with volnoti notifications. volnoti is a lightweight volume notification daemon for GNU/Linux and other POSIX operating systems.It is based on GTK and D-Bus and should work with any sensible window manager.
bindsym XF86AudioRaiseVolume exec --no-startup-id $volumepath/volume -n -t $statuscmd -u $statussig -N volnoti up $volumestep
bindsym XF86AudioLowerVolume exec --no-startup-id $volumepath/volume -n -t $statuscmd -u $statussig -N volnoti down $volumestep
bindsym XF86AudioMute exec --no-startup-id $volumepath/volume -n -t $statuscmd -u $statussig -N volnoti mute
bindsym XF86AudioRaiseVolume exec --no-startup-id $volumepath/volume -an -t $statuscmd -u $statussig -N volnoti up $volumestep
bindsym XF86AudioLowerVolume exec --no-startup-id $volumepath/volume -an -t $statuscmd -u $statussig -N volnoti down $volumestep
bindsym XF86AudioMute exec --no-startup-id $volumepath/volume -an -t $statuscmd -u $statussig -N volnoti mute
Then reload i3wm with mod+Shift+r