From b77dc80c37cb3f43564e927dbe12a68756503f5b Mon Sep 17 00:00:00 2001 From: Dennis Lee Date: Sun, 12 Apr 2020 08:26:47 -0700 Subject: move qt use gtk theme from xprofile to profile --- .profile | 1 + 1 file changed, 1 insertion(+) (limited to '.profile') diff --git a/.profile b/.profile index 7edd637..7f3a920 100644 --- a/.profile +++ b/.profile @@ -41,6 +41,7 @@ export LESS_TERMCAP_se="$(printf '%b' '')" export LESS_TERMCAP_us="$(printf '%b' '')" export LESS_TERMCAP_ue="$(printf '%b' '')" export LESSOPEN="| /usr/bin/highlight -O ansi %s 2>/dev/null" +export QT_QPA_PLATFORMTHEME="gtk2" # This is the list for lf icons: export LF_ICONS="di=📁:\ -- cgit v1.3.1 From 24d9df2709f2c6262906a2e58a821d332a94b6a2 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 13 Apr 2020 07:20:05 -0400 Subject: clean --- .config/xprofile | 3 --- .profile | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to '.profile') diff --git a/.config/xprofile b/.config/xprofile index 662cc32..92861d1 100755 --- a/.config/xprofile +++ b/.config/xprofile @@ -19,6 +19,3 @@ xcompmgr & # xcompmgr for transparency dunst & # dunst for notifications xset r rate 300 50 & # Speed xrate up unclutter & # Remove mouse when idle - -# program settings: -export QT_QPA_PLATFORMTHEME="gtk2" diff --git a/.profile b/.profile index 7f3a920..f7a12c5 100644 --- a/.profile +++ b/.profile @@ -41,7 +41,8 @@ export LESS_TERMCAP_se="$(printf '%b' '')" export LESS_TERMCAP_us="$(printf '%b' '')" export LESS_TERMCAP_ue="$(printf '%b' '')" export LESSOPEN="| /usr/bin/highlight -O ansi %s 2>/dev/null" -export QT_QPA_PLATFORMTHEME="gtk2" +export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme. +export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads. # This is the list for lf icons: export LF_ICONS="di=📁:\ -- cgit v1.3.1