Swayscript: Fix reset sound.
This commit is contained in:
parent
b39ab134e7
commit
f435197f13
|
@ -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
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
text = ''
|
text = ''
|
||||||
# Reload.
|
# Reload.
|
||||||
function reload() {
|
function reload() {
|
||||||
# _notify_long
|
# notify_long
|
||||||
re() {
|
re() {
|
||||||
# Sway.
|
# Sway.
|
||||||
swaymsg reload
|
swaymsg reload
|
||||||
|
|
Loading…
Reference in a new issue