diff options
Diffstat (limited to 'dotfiles/.profile')
-rw-r--r-- | dotfiles/.profile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dotfiles/.profile b/dotfiles/.profile new file mode 100644 index 0000000..b485088 --- /dev/null +++ b/dotfiles/.profile @@ -0,0 +1,15 @@ +#!/bin/sh + +[[ -f ~/.bashrc ]] && source ~/.bashrc + +if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then + .scripts/swaystart +fi + +export SCROT_DIR=$HOME/Pictures/screenshots/ +export QT_QPA_PLATFORMTHEME="qt5ct" +export BROWSER=qutebrowser + +# User specific environment and startup programs: +export LANG=en_US.UTF-8 +export TERM=termite |