summaryrefslogtreecommitdiffstats
path: root/.xprofile
diff options
context:
space:
mode:
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;