From 112916147bbef2bce4e332a3f03f37df11e36ea6 Mon Sep 17 00:00:00 2001 From: Abdul Hafiz Muhammad Date: Wed, 29 Nov 2023 09:38:47 -0500 Subject: [PATCH] Corrected spelling error from 'seting' to 'setting'. --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 7c80ffe..04f132d 100644 --- a/Home.md +++ b/Home.md @@ -771,7 +771,7 @@ bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ bindsym --locked XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle ``` -If you use wireplumber, seting `-l` flag in `wpctl` can be used to prevent the volume from exceeding a certain level, which is not a feature offered by `pactl`. This example ensures that the volume does not surpass 120%: +If you use wireplumber, setting `-l` flag in `wpctl` can be used to prevent the volume from exceeding a certain level, which is not a feature offered by `pactl`. This example ensures that the volume does not surpass 120%: ``` bindsym --locked XF86AudioMute exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle