From f8caca887f787f52271d9a5d6e06c2bdd6efcb40 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Mon, 17 Feb 2020 18:02:37 +0300 Subject: improved screen record script, can now record screencasts and audio --- dotfiles/.profile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dotfiles/.profile') diff --git a/dotfiles/.profile b/dotfiles/.profile index 5e37a2f..d2303ab 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -1,5 +1,7 @@ export PATH=$PATH:$HOME/.local/bin export SCROT_DIR=$HOME/Pictures/screenshots/ +export VREC_DIR=$HOME/Videos/recordings/ +export AREC_DIR=$HOME/Documents/audio/recordings/ #export GDK_BACKEND=wayland export EGL_PLATFORM=wayland export CLUTTER_PLATFORM=wayland -- cgit v1.2.3