diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-01-17 19:14:34 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-01-17 19:14:34 +0300 |
commit | 5eee5b44924bf9079a67d5bc7612bfad56ddeed3 (patch) | |
tree | 0408697aba64aa3f012f134bdc35316841a4b404 /dotfiles/.zprofile | |
parent | 8f672e8a119e9efd23272f7cb0ff4550872f9d47 (diff) | |
download | swayrice-5eee5b44924bf9079a67d5bc7612bfad56ddeed3.tar.gz swayrice-5eee5b44924bf9079a67d5bc7612bfad56ddeed3.zip |
config restructuring and cleanup
Diffstat (limited to 'dotfiles/.zprofile')
l---------[-rw-r--r--] | dotfiles/.zprofile | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/dotfiles/.zprofile b/dotfiles/.zprofile index 65908bc..aa7da3a 100644..120000 --- a/dotfiles/.zprofile +++ b/dotfiles/.zprofile @@ -1,21 +1 @@ -export PATH=$PATH:$HOME/.scripts -export SCROT_DIR=$HOME/Pictures/screenshots/ -export GDK_BACKEND=wayland -export EGL_PLATFORM=wayland -export CLUTTER_PLATFORM=wayland -export SDL_VIDEODRIVER=wayland -export QT_QPA_PLATFORM=wayland-egl -export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 -export QT_QPA_PLATFORMTHEME="qt5ct" -export _JAVA_AWT_WM_NONREPARENTING=1 - -# User specific environment and startup programs: -export LANG=en_US.UTF-8 -export TERM=xterm-256color -export TERMINAL=termite -export EDITOR="nvim" -export BROWSER=qutebrowser - -if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then - .scripts/swaystart -fi +.profile
\ No newline at end of file |