add .xprofile
This commit is contained in:
parent
c161524142
commit
6cd662279f
2 changed files with 35 additions and 7 deletions
33
.xprofile
Normal file
33
.xprofile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue