diff options
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/dmenurecord | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmenurecord b/.local/bin/dmenurecord index 0aa971b..b8fa8eb 100755 --- a/.local/bin/dmenurecord +++ b/.local/bin/dmenurecord @@ -1,6 +1,6 @@ #!/bin/sh -screencast() { \ +screencast() { \ ffmpeg -f x11grab -r 30 -s 1920x1080 -i :0.0 \ -f pulse -ac 2 -ar 48000 -i alsa_output.pci-0000_00_1b.0.analog-stereo.monitor \ -r 24 \ |
