add jetbrains scripts to profile files and add qt5ct setting to i3

This commit is contained in:
Simon Rieger 2023-06-05 15:53:52 +02:00
parent 7bc2523421
commit a32939bcfc
2 changed files with 4 additions and 2 deletions

View file

@ -37,5 +37,5 @@ export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:~/.local/lib/"
# Added by Toolbox App
export PATH="$PATH:/home/simono41/.local/share/JetBrains/Toolbox/scripts"
export PATH="$PATH:~/.local/share/JetBrains/Toolbox/scripts"

View file

@ -8,6 +8,8 @@ if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
# Falls autostartdesktop auf i3 gesetzt wird, wird i3 statt sway gestartet
if [ "${autostartdesktop}" = "i3" ]; then
export QT_QPA_PLATFORMTHEME=qt5ct
echo "exec i3" > ~/.xinitrc
startx
else
@ -69,5 +71,5 @@ fi
# Added by Toolbox App
export PATH="$PATH:/home/simono41/.local/share/JetBrains/Toolbox/scripts"
export PATH="$PATH:~/.local/share/JetBrains/Toolbox/scripts"