diff options
author | awy <awy@awy.one> | 2025-10-20 02:12:01 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-10-20 02:12:01 +0300 |
commit | 8131d9f2898b991a2d2c7a2ac601ce9e07cc9c9f (patch) | |
tree | e23a7926752320642205491e88169c7283d88e62 /.config/shell/profile | |
parent | 176137a76c29ae1638fc8785a88d05aef5f3d8a0 (diff) | |
download | hyprdots-8131d9f2898b991a2d2c7a2ac601ce9e07cc9c9f.tar.gz |
yesyes
Diffstat (limited to '.config/shell/profile')
-rw-r--r-- | .config/shell/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index b172d9e..27520c2 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -70,7 +70,7 @@ export LESS_TERMCAP_se="$(printf '%b' '[0m')" export LESS_TERMCAP_us="$(printf '%b' '[1;32m')" export LESS_TERMCAP_ue="$(printf '%b' '[0m')" export LESSOPEN="| /usr/bin/highlight -O ansi %s 2>/dev/null" -export QT_QPA_PLATFORMTHEME="gtk3" # Have QT use gtk3 theme. +export QT_QPA_PLATFORMTHEME="qt5ct" # Have QT use gtk3 theme. export MOZ_USE_XINPUT2=1 # Mozilla smooth scrolling/touchpads. export AWT_TOOLKIT="MToolkit wmname LG3D" # May have to install wmname export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm |