aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc-linux-desktop
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc-linux-desktop')
-rw-r--r--.zshrc-linux-desktop12
1 files changed, 0 insertions, 12 deletions
diff --git a/.zshrc-linux-desktop b/.zshrc-linux-desktop
index 261a2fd..c9e8429 100644
--- a/.zshrc-linux-desktop
+++ b/.zshrc-linux-desktop
@@ -111,18 +111,6 @@ mpd-filetypes() {
echo "┘"
}
-# capture webm
-scap() {
- archey3
- sleep .1
- if [[ -f '/tmp/out.webm' ]]; then
- rm /tmp/out.webm
- fi
- echo 'recording...'
- ffmpeg -video_size 1920x1080 -framerate 30 -f x11grab -i :0.0 \
- -c:v libvpx -b:v 4M -threads 4 /tmp/out.webm > /dev/null 2>&1
-}
-
# take a screenshot, upload to /img/scrot, and update current symlink
ssh-scrot() {
archey3