summaryrefslogtreecommitdiff
path: root/src/caelestia/subcommands/record.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* record: fix multi-monitor and moving across filesystems (#38)anders1302025-08-131-4/+19
| | | | | | | | | | | | | | | * fix(record): support differing filesystems for recording destination * fix(record): for multi-monitor-systems wl-screenrec needs a -o argument * fix(record): replace path.rename with shutil.move * fix(record): use json option to retrieve hyprland focused monitor * use generator --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* record: don't use hevc codec2 * r + 2 * t2025-07-231-1/+1
| | | | Cause incompatible with some players (mainly discord)
* record: ensure recordings dir exists2 * r + 2 * t2025-07-071-0/+1
| | | | Fixes caelestia-dots/shell#199
* record: fix dir not exists error2 * r + 2 * t2025-06-211-0/+1
|
* scheme: add notify opt2 * r + 2 * t2025-06-171-25/+10
| | | | For sending a notification on error
* feat: impl recording subcommand2 * r + 2 * t2025-06-141-1/+112
|
* internal: refactor for packaging2 * r + 2 * t2025-06-111-0/+11
Package using python-build, python-installer and hatch