From 3d82b538912c4ea4054938e565039623ca443e91 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 11 Oct 2020 15:01:50 +0300 Subject: Tracking xprofile --- .xprofile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .xprofile (limited to '.xprofile') diff --git a/.xprofile b/.xprofile new file mode 100644 index 0000000..efc90ec --- /dev/null +++ b/.xprofile @@ -0,0 +1,12 @@ +#!/bin/sh +# 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 & +xset -dpms; xset s off + +export MOTIVA="Report updates at most every two weeks" +export SEMESTER_THEME="Self motivation" + +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; -- cgit v1.2.3-61-g4310