diff options
Diffstat (limited to '.local/bin/screenrecord.sh')
| -rwxr-xr-x | .local/bin/screenrecord.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/screenrecord.sh b/.local/bin/screenrecord.sh index c60d46c..42af5d1 100755 --- a/.local/bin/screenrecord.sh +++ b/.local/bin/screenrecord.sh @@ -1,7 +1,7 @@ #!/bin/sh # Get focused output -output="$( moocow show windows | jq -r '.data[] | select(.focused == true) | .output')" +output="$(moocow show windows | jq -r '.data[] | select(.focused == true) | .output')" case $1 in selected-region) |
