From a32939bcfcc0772adc78307978ed7b18a912de9f Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Mon, 5 Jun 2023 15:53:52 +0200 Subject: [PATCH] add jetbrains scripts to profile files and add qt5ct setting to i3 --- dot_profile | 2 +- dot_zprofile | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dot_profile b/dot_profile index 73700fd..33479ce 100644 --- a/dot_profile +++ b/dot_profile @@ -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" diff --git a/dot_zprofile b/dot_zprofile index 8d65a09..95cdb4b 100644 --- a/dot_zprofile +++ b/dot_zprofile @@ -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"