Add missed changes related to d59a581

This commit is contained in:
Alexander Oakman 2024-08-25 01:53:48 +03:00
parent 8f24ae2946
commit 54dc20e1da

View file

@ -47,7 +47,7 @@
"tooltip-format": "{tooltip}", "tooltip-format": "{tooltip}",
"exec": "echo '{\"class\": \"recording\",\"text\":\"\",\"tooltip\":\"press $mod+Esc to stop recording\"}'", "exec": "echo '{\"class\": \"recording\",\"text\":\"\",\"tooltip\":\"press $mod+Esc to stop recording\"}'",
"exec-if": "pgrep wf-recorder", "exec-if": "pgrep wf-recorder",
"on-click": "killall -s SIGINT wf-recorder", "on-click": "/usr/share/sway/scripts/recorder.sh",
"signal": 8 "signal": 8
}, },