diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-26 21:44:31 +0800 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-26 21:44:31 +0800 |
| commit | 98cf5cbe126b498199bd0697ec473db482c4672e (patch) | |
| tree | 8925661b829fabe225239b30e628552ff6ae5200 /data | |
| parent | feat: print scheme command (diff) | |
| download | caelestia-cli-98cf5cbe126b498199bd0697ec473db482c4672e.tar.gz caelestia-cli-98cf5cbe126b498199bd0697ec473db482c4672e.tar.bz2 caelestia-cli-98cf5cbe126b498199bd0697ec473db482c4672e.zip | |
screenshot: add region and freeze functionality
equibop -> discord with openasar and equicord
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/config.json b/data/config.json index 1d302b0..47f61e5 100644 --- a/data/config.json +++ b/data/config.json @@ -3,8 +3,8 @@ "communication": { "apps": [ { - "selector": ".class == \"equibop\"", - "spawn": "equibop", + "selector": ".class == \"discord\"", + "spawn": "discord", "action": "spawn move" }, { |