add .xprofile

This commit is contained in:
Cheri 2021-12-14 15:34:26 +02:00 committed by vib
parent c161524142
commit 6cd662279f
2 changed files with 35 additions and 7 deletions

33
.xprofile Normal file
View file

@ -0,0 +1,33 @@
#export vblank_mode=0
#export WINEFSYNC=1
#export STAGING_AUDIO_PERIOD=100000
#export STAGING_AUDIO_DURATION=50000
#java stuff and android dev
export JAVA_HOME='/usr/lib/jvm/java-8-openjdk'
export PATH=$JAVA_HOME/bin:$PATH
export ANDROID_SDK_ROOT='/opt/android-sdk'
export PATH=$PATH:$ANDROID_SDK_ROOT/platform-tools/
export PATH=$PATH:$ANDROID_SDK_ROOT/tools/bin/
export PATH=$PATH:$ANDROID_ROOT/emulator
export PATH=$PATH:$ANDROID_SDK_ROOT/tools/
export LUTRIS_ENABLE_PROTON=1
if [ "$GDMSESSION" = "dwm" ]; then
sxhkd &
if [ -z "$(xdpyinfo | grep VNC)" ]; then
sleep 2 && corectrl &
picom --experimental-backends &
fi
nitrogen --restore &
dunst &
copyq &
slstatus &
/usr/bin/lxqt-policykit-agent &
pipewire &
dbus-launch --sh-syntax --exit-with-session; pipewire &
fi

View file

@ -24,12 +24,11 @@ if [ "$choice" = "y" ]
then then
gohome .bashrc gohome .bashrc
gohome .profile gohome .profile
gohome .xprofile
gohome .Xresources gohome .Xresources
gohome .doom.d gohome .doom.d
goconfig bspwm
goconfig dunst goconfig dunst
goconfig polybar
goconfig rofi goconfig rofi
goconfig sxhkd goconfig sxhkd
goconfig picom.conf goconfig picom.conf
@ -39,9 +38,5 @@ then
gobin bin/dmenukaomoji gobin bin/dmenukaomoji
gobin bin/toggle gobin bin/toggle
gobin bin/monitor_layout
#install fonts
echo "Copying polybar fonts"
cp -ruv $PWD/polybar/fonts/* ~/.local/share/fonts
fi fi