summaryrefslogtreecommitdiffstats
path: root/.xprofile
diff options
context:
space:
mode:
authorYigit Sever2020-10-29 13:09:27 +0300
committerYigit Sever2020-10-29 13:09:27 +0300
commit5f7b3e9eae874ac8f06a2a1c89c9ec6f9b3c27b1 (patch)
tree84a230b6b18ebf312269a14c3f598907c14e1906 /.xprofile
parent8dc054b60e94b9754d18aab197c80bc8db00fead (diff)
downloaddotfiles-5f7b3e9eae874ac8f06a2a1c89c9ec6f9b3c27b1.tar.gz
dotfiles-5f7b3e9eae874ac8f06a2a1c89c9ec6f9b3c27b1.tar.bz2
dotfiles-5f7b3e9eae874ac8f06a2a1c89c9ec6f9b3c27b1.zip
qt applications were acting weird (picard)
diffstat (limited to '.xprofile')
-rw-r--r--.xprofile3
1 files changed, 3 insertions, 0 deletions
diff --git a/.xprofile b/.xprofile
index efc90ec..f7d66b1 100644
--- a/.xprofile
+++ b/.xprofile
@@ -5,6 +5,9 @@ xset -dpms; xset s off
5export MOTIVA="Report updates at most every two weeks" 5export MOTIVA="Report updates at most every two weeks"
6export SEMESTER_THEME="Self motivation" 6export SEMESTER_THEME="Self motivation"
7 7
8export QT_STYLE_OVERRIDE=breeze
9export QT_AUTO_SCREEN_SCALE_FACTOR=0
10
8PATH="/home/yigit/.local/share/perl5/bin${PATH:+:${PATH}}"; export PATH; 11PATH="/home/yigit/.local/share/perl5/bin${PATH:+:${PATH}}"; export PATH;
9PERL5LIB="/home/yigit/.local/share/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB; 12PERL5LIB="/home/yigit/.local/share/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
10PERL_LOCAL_LIB_ROOT="/home/yigit/.local/share/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; 13PERL_LOCAL_LIB_ROOT="/home/yigit/.local/share/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;