summaryrefslogtreecommitdiffstats
path: root/.xprofile
blob: c46da2ad08e98e923cca8b06f17994fcc86601eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
# xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate left --output DP-0 --primary --mode 1920x1080 --rate 144 --pos 1125x480 --rotate normal --output DP-1 --off --output VGA-1-1 --off --output HDMI-1-1 --off --output HDMI-1-2 --off
xset -dpms; xset s off

export MOTIVA="Don't know what to do next? Check toread on /netxtcloud or zotero"
export SEMESTER_THEME="build back up"

export QT_STYLE_OVERRIDE=breeze
export QT_AUTO_SCREEN_SCALE_FACTOR=0

export R_ENVIRON_USER="/home/yigit/.local/share/Renviron"

PATH="/home/yigit/.local/share/perl5/bin${PATH:+:${PATH}}"; export PATH;
PERL5LIB="/home/yigit/.local/share/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
PERL_LOCAL_LIB_ROOT="/home/yigit/.local/share/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
PERL_MB_OPT="--install_base \"/home/yigit/.local/share/perl5\""; export PERL_MB_OPT;
PERL_MM_OPT="INSTALL_BASE=/home/yigit/.local/share/perl5"; export PERL_MM_OPT;