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:
commit
f59dabef60
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
"tooltip-format": "{tooltip}",
|
||||
"exec": "echo '{\"class\": \"recording\",\"text\":\"\",\"tooltip\":\"press $mod+Esc to stop recording\"}'",
|
||||
"exec-if": "pgrep wf-recorder",
|
||||
"on-click": "killall -s SIGINT wf-recorder",
|
||||
"on-click": "/usr/share/sway/scripts/recorder.sh",
|
||||
"signal": 8
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue