Swayscript: Fix reset sound.
This commit is contained in:
parent
b39ab134e7
commit
f435197f13
|
@ -63,7 +63,7 @@
|
|||
|
||||
# Reset the state of everything.
|
||||
function displayreset() {
|
||||
_notify_long
|
||||
notify_long
|
||||
[[ "''$(monitorstate)" = "Y" ]] && monitorreset
|
||||
[[ "''$(gamingstate)" = "Y" ]] && gamingreset
|
||||
[[ "''$(recordingstate)" = "Y" ]] && pkill wf-recorder
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
text = ''
|
||||
# Reload.
|
||||
function reload() {
|
||||
# _notify_long
|
||||
# notify_long
|
||||
re() {
|
||||
# Sway.
|
||||
swaymsg reload
|
||||
|
|
Loading…
Reference in a new issue