Gradi esterni e controlli volume su i3wm, manjaro | Extern degrees and audio controls on i3wm, manjaro

Salve a tutti, avrei bisogno di mappare i tasti F2 e F3 per usarli rispettivamente per alzare e abbassare il volume su i3wm e infine di sistemare la localizzazione per la temperatura esterna (attualmente credo sia impostata in America). Sapete esattamente quali script aggiungere modificare su config? Grazie mille.

Hi everyone, I would need to map the F2 and F3 keys to use them respectively to raise and lower the volume on the i3wm and finally to fix the location for the outside temperature (currently I believe it is set in America). Do you know exactly which scripts to add to modify on config? thanks a lot.

You mean something like.

bindsym $mod+F2 exec --no-startup-id pactl set-sink-volume 1 -5%
bindsym $mod+F3 exec --no-startup-id pactl set-sink-volume 1 -5%

Percentages can also be higher or lower, 1%, 5% or 10% are common in which 5% is good in most cases.