diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-02-17 18:02:37 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-02-17 18:02:37 +0300 |
commit | f8caca887f787f52271d9a5d6e06c2bdd6efcb40 (patch) | |
tree | 91c5d3c531a71e1fc669478a4c60068c1f6b8dde /dotfiles/.profile | |
parent | 13a0be470be41d67685bba83c6f10319affbaa39 (diff) | |
download | swayrice-f8caca887f787f52271d9a5d6e06c2bdd6efcb40.tar.gz swayrice-f8caca887f787f52271d9a5d6e06c2bdd6efcb40.zip |
improved screen record script, can now record screencasts and audio
Diffstat (limited to 'dotfiles/.profile')
-rw-r--r-- | dotfiles/.profile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |