Merge branch 'user/okmans/improvement/recording-mode' into 'master'

Add missed changes related to d59a581

See merge request tile-os/tileos-settings-sway!19
This commit is contained in:
Aleksey Samoilov 2024-08-25 06:47:19 +00:00
commit f59dabef60

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
}, },