From 24d9df2709f2c6262906a2e58a821d332a94b6a2 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 13 Apr 2020 07:20:05 -0400 Subject: clean --- .profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.profile') 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