Last active
June 28, 2024 07:41
-
-
Save HoKim98/e95da489c3ef5961aee761363add1fe5 to your computer and use it in GitHub Desktop.
Prank scripts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# 볼륨 끄기 | |
pactl set-sink-mute @DEFAULT_SINK@ true | |
# 볼륨 켜기 | |
pactl set-sink-mute @DEFAULT_SINK@ false | |
# 볼륨 50%로 조정 | |
pactl set-sink-volume @DEFAULT_SINK@ "50%" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Youtube 에서 Aespa Supernova 무한반복 전체화면으로 틀기 | |
# NOTE: MV ID: "phuiiNCxRMg" | |
google-chrome --start-fullscreen -incognito "https://www.youtube.com/embed/phuiiNCxRMg?&autoplay=1&mute=1&loop=1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment