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
|
|
@ -24,12 +24,11 @@ if [ "$choice" = "y" ]
|
|||
then
|
||||
gohome .bashrc
|
||||
gohome .profile
|
||||
gohome .xprofile
|
||||
gohome .Xresources
|
||||
gohome .doom.d
|
||||
|
||||
goconfig bspwm
|
||||
goconfig dunst
|
||||
goconfig polybar
|
||||
goconfig rofi
|
||||
goconfig sxhkd
|
||||
goconfig picom.conf
|
||||
|
@ -39,9 +38,5 @@ then
|
|||
|
||||
gobin bin/dmenukaomoji
|
||||
gobin bin/toggle
|
||||
|
||||
#install fonts
|
||||
echo "Copying polybar fonts"
|
||||
cp -ruv $PWD/polybar/fonts/* ~/.local/share/fonts
|
||||
gobin bin/monitor_layout
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue