add .xprofile
This commit is contained in:
parent
d8c8765d63
commit
2e33ffce26
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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue