diff --git a/cli/src/zshell/subcommands/__pycache__/scheme.cpython-313.pyc b/cli/src/zshell/subcommands/__pycache__/scheme.cpython-313.pyc deleted file mode 100644 index 7e9924e..0000000 Binary files a/cli/src/zshell/subcommands/__pycache__/scheme.cpython-313.pyc and /dev/null differ diff --git a/cli/src/zshell/subcommands/__pycache__/scheme.cpython-314.pyc b/cli/src/zshell/subcommands/__pycache__/scheme.cpython-314.pyc deleted file mode 100644 index 71fe817..0000000 Binary files a/cli/src/zshell/subcommands/__pycache__/scheme.cpython-314.pyc and /dev/null differ diff --git a/cli/src/zshell/subcommands/__pycache__/screenshot.cpython-313.pyc b/cli/src/zshell/subcommands/__pycache__/screenshot.cpython-313.pyc deleted file mode 100644 index 307d707..0000000 Binary files a/cli/src/zshell/subcommands/__pycache__/screenshot.cpython-313.pyc and /dev/null differ diff --git a/cli/src/zshell/subcommands/__pycache__/screenshot.cpython-314.pyc b/cli/src/zshell/subcommands/__pycache__/screenshot.cpython-314.pyc deleted file mode 100644 index 91589d5..0000000 Binary files a/cli/src/zshell/subcommands/__pycache__/screenshot.cpython-314.pyc and /dev/null differ diff --git a/cli/src/zshell/subcommands/__pycache__/shell.cpython-313.pyc b/cli/src/zshell/subcommands/__pycache__/shell.cpython-313.pyc deleted file mode 100644 index 4bb9641..0000000 Binary files a/cli/src/zshell/subcommands/__pycache__/shell.cpython-313.pyc and /dev/null differ diff --git a/cli/src/zshell/subcommands/__pycache__/shell.cpython-314.pyc b/cli/src/zshell/subcommands/__pycache__/shell.cpython-314.pyc deleted file mode 100644 index f3b6e65..0000000 Binary files a/cli/src/zshell/subcommands/__pycache__/shell.cpython-314.pyc and /dev/null differ diff --git a/cli/src/zshell/subcommands/__pycache__/wallpaper.cpython-313.pyc b/cli/src/zshell/subcommands/__pycache__/wallpaper.cpython-313.pyc deleted file mode 100644 index e0a4d09..0000000 Binary files a/cli/src/zshell/subcommands/__pycache__/wallpaper.cpython-313.pyc and /dev/null differ diff --git a/cli/src/zshell/subcommands/__pycache__/wallpaper.cpython-314.pyc b/cli/src/zshell/subcommands/__pycache__/wallpaper.cpython-314.pyc deleted file mode 100644 index 9ec1eec..0000000 Binary files a/cli/src/zshell/subcommands/__pycache__/wallpaper.cpython-314.pyc and /dev/null differ diff --git a/cli/src/zshell/subcommands/record.py b/cli/src/zshell/subcommands/record.py index f568137..986687c 100644 --- a/cli/src/zshell/subcommands/record.py +++ b/cli/src/zshell/subcommands/record.py @@ -120,7 +120,7 @@ def start_recording(region: Optional[str], sound: bool): monitors = _monitors_intersecting_region(x, y, w, h) framerate = _highest_refresh(monitors) - cmd.extend(["-w", "-region", geometry, "-f", str(int(framerate))]) + cmd.extend(["-w", "region", "-region", geometry, "-f", str(int(framerate))]) else: monitor_name = _focused_monitor_name() diff --git a/cli/src/zshell/utils/__pycache__/schemepalettes.cpython-313.pyc b/cli/src/zshell/utils/__pycache__/schemepalettes.cpython-313.pyc deleted file mode 100644 index 61bbb47..0000000 Binary files a/cli/src/zshell/utils/__pycache__/schemepalettes.cpython-313.pyc and /dev/null differ