Swayscript: Fix reset sound.

This commit is contained in:
Dmitry Voronin 2024-12-14 00:33:18 +03:00
parent b39ab134e7
commit f435197f13
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@
# Reset the state of everything. # Reset the state of everything.
function displayreset() { function displayreset() {
_notify_long notify_long
[[ "''$(monitorstate)" = "Y" ]] && monitorreset [[ "''$(monitorstate)" = "Y" ]] && monitorreset
[[ "''$(gamingstate)" = "Y" ]] && gamingreset [[ "''$(gamingstate)" = "Y" ]] && gamingreset
[[ "''$(recordingstate)" = "Y" ]] && pkill wf-recorder [[ "''$(recordingstate)" = "Y" ]] && pkill wf-recorder

View file

@ -2,7 +2,7 @@
text = '' text = ''
# Reload. # Reload.
function reload() { function reload() {
# _notify_long # notify_long
re() { re() {
# Sway. # Sway.
swaymsg reload swaymsg reload