aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/UserScripts
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr/UserScripts')
-rwxr-xr-xconfig/hypr/UserScripts/Sounds.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/UserScripts/Sounds.sh b/config/hypr/UserScripts/Sounds.sh
index a2523a24..9aaafcf0 100755
--- a/config/hypr/UserScripts/Sounds.sh
+++ b/config/hypr/UserScripts/Sounds.sh
@@ -15,18 +15,18 @@ if [[ "$muted" = true ]]; then
fi
# Choose the sound to play.
-if [[ "$1" == "--shutter" ]]; then
+if [[ "$1" == "--screenshot" ]]; then
if [[ "$mutedScreenshots" = true ]]; then
exit 0
fi
- soundoption="camera-shutter.*"
+ soundoption="screen-capture.*"
elif [[ "$1" == "--volume" ]]; then
if [[ "$muteVolume" = true ]]; then
exit 0
fi
soundoption="audio-volume-change.*"
else
- echo -e "Available sounds: --shutter, --volume"
+ echo -e "Available sounds: --screenshot, --volume"
exit 0
fi
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage