summaryrefslogtreecommitdiff
path: root/src/caelestia
diff options
context:
space:
mode:
Diffstat (limited to 'src/caelestia')
-rw-r--r--src/caelestia/subcommands/record.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caelestia/subcommands/record.py b/src/caelestia/subcommands/record.py
index 6481a0a..71b8c5d 100644
--- a/src/caelestia/subcommands/record.py
+++ b/src/caelestia/subcommands/record.py
@@ -78,7 +78,7 @@ class Command:
recording_path.parent.mkdir(parents=True, exist_ok=True)
proc = subprocess.Popen(
- ["wl-screenrec", *args, "-f", recording_path],
+ [self.recorder, *args, "-f", recording_path],
stderr=subprocess.PIPE,
text=True,
start_new_session=True,