add jetbrains scripts to profile files and add qt5ct setting to i3
This commit is contained in:
parent
7bc2523421
commit
a32939bcfc
2 changed files with 4 additions and 2 deletions
|
@ -37,5 +37,5 @@ export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:~/.local/lib/"
|
||||||
|
|
||||||
|
|
||||||
# Added by Toolbox App
|
# Added by Toolbox App
|
||||||
export PATH="$PATH:/home/simono41/.local/share/JetBrains/Toolbox/scripts"
|
export PATH="$PATH:~/.local/share/JetBrains/Toolbox/scripts"
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,8 @@ if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||||
|
|
||||||
# Falls autostartdesktop auf i3 gesetzt wird, wird i3 statt sway gestartet
|
# Falls autostartdesktop auf i3 gesetzt wird, wird i3 statt sway gestartet
|
||||||
if [ "${autostartdesktop}" = "i3" ]; then
|
if [ "${autostartdesktop}" = "i3" ]; then
|
||||||
|
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
|
|
||||||
echo "exec i3" > ~/.xinitrc
|
echo "exec i3" > ~/.xinitrc
|
||||||
startx
|
startx
|
||||||
else
|
else
|
||||||
|
@ -69,5 +71,5 @@ fi
|
||||||
|
|
||||||
|
|
||||||
# Added by Toolbox App
|
# Added by Toolbox App
|
||||||
export PATH="$PATH:/home/simono41/.local/share/JetBrains/Toolbox/scripts"
|
export PATH="$PATH:~/.local/share/JetBrains/Toolbox/scripts"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue