7

Please tell me how can I adjust the volume control with the help of Ctrl + Scroll up / Ctrl + Scroll down? Need a solution that would use NotifyOSD.

4 Answers4

9

I am not sure you can do this system-wide, but Ubuntu supports adjusting the volume with the mouse wheel if you hover over the volume icon and then scroll the wheel up or down.

Jorge Castro
  • 71,754
7

This is possible using instant gestures in Easystroke Gesture Recognition. Define the following buttons in Preferences ▸ Behavior ▸ Additional Buttons:

Additional Buttons

and the following actions in the Actions tab:

Actions

The commands I've shown change the volume without displaying a notification. Watch this question for better alternatives.

ændrük
  • 76,794
  • 2
    This should be the accepted answer! – Codecat May 13 '15 at 21:10
  • 1
    In this case, when you add the stroke, you need to hold the ctrl and move your mouse wheel instead of drawing some lines. It took me a while to realize what to do. – Searene Jun 30 '15 at 13:36
1

If you want to change the volume with the wheel of the mouse when you are in the corners of the screen, I can suggest you this : Volumouse for Linux

pzim
  • 41
0

Install and run xbindkeys-config then you can easily configure this in the GUI.

There are also some mice that have two wheels, so you could use one of the two for the volume.

The command to put into the field "Action" to change (+ and -) the volume is:
pactl set-sink-volume @DEFAULT_SINK@ -2%.