diff options
author | Yigit Sever | 2020-10-11 15:01:50 +0300 |
---|---|---|
committer | Yigit Sever | 2020-10-11 15:01:50 +0300 |
commit | 3d82b538912c4ea4054938e565039623ca443e91 (patch) | |
tree | 34fd4a059ac733acd13b2aea18465e7139d0ae42 /.xprofile | |
parent | 89c933fe041e5066ab77de6f2fb11c2b0f7c48a6 (diff) | |
download | dotfiles-3d82b538912c4ea4054938e565039623ca443e91.tar.gz dotfiles-3d82b538912c4ea4054938e565039623ca443e91.tar.bz2 dotfiles-3d82b538912c4ea4054938e565039623ca443e91.zip |
Tracking xprofile
Diffstat (limited to '.xprofile')
-rw-r--r-- | .xprofile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.xprofile b/.xprofile new file mode 100644 index 0000000..efc90ec --- /dev/null +++ b/.xprofile | |||
@@ -0,0 +1,12 @@ | |||
1 | #!/bin/sh | ||
2 | # xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate left --output DVI-I-1 --primary --mode 1920x1080 --pos 1132x608 --rotate normal --output DVI-I-0 --off --output DP-1 --off --output DP-0 --off & | ||
3 | xset -dpms; xset s off | ||
4 | |||
5 | export MOTIVA="Report updates at most every two weeks" | ||
6 | export SEMESTER_THEME="Self motivation" | ||
7 | |||
8 | PATH="/home/yigit/.local/share/perl5/bin${PATH:+:${PATH}}"; export PATH; | ||
9 | PERL5LIB="/home/yigit/.local/share/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB; | ||
10 | PERL_LOCAL_LIB_ROOT="/home/yigit/.local/share/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; | ||
11 | PERL_MB_OPT="--install_base \"/home/yigit/.local/share/perl5\""; export PERL_MB_OPT; | ||
12 | PERL_MM_OPT="INSTALL_BASE=/home/yigit/.local/share/perl5"; export PERL_MM_OPT; | ||