summaryrefslogtreecommitdiff
path: root/sh/profile
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-04-25 19:24:18 -0500
committerZachIR <zachir@librem.one>2025-04-25 19:24:18 -0500
commitbb8562117c6cb324c60e79847dfd50583e73f52a (patch)
treef3c9d92cf427aa712c7fb893256b525b72c45b44 /sh/profile
parente6e3c16bc3492d77063a1b1356ebb44d0e7e4ed5 (diff)
parentb372316155d6ba4ee14f8fc63905d1368717b3cb (diff)
Merge branch 'master' into car
Diffstat (limited to 'sh/profile')
-rw-r--r--sh/profile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sh/profile b/sh/profile
index 7155fe8..6c3fa61 100644
--- a/sh/profile
+++ b/sh/profile
@@ -49,21 +49,21 @@ export MPD_HOST="$XDG_CONFIG_HOME/mpd/socket"
export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc
export RENPY_PATH_TO_SAVES="$XDG_DATA_HOME"
export XINITRC="$XDG_CONFIG_HOME"/X11/xinitrc
-#export XAUTHORITY="$XDG_RUNTIME_DIR"/X11/Xauthority
-export VIMINIT="set nocp | source ${XDG_CONFIG_HOME:-$HOME.config}/vim/vimrc"
+export XAUTHORITY="$XDG_RUNTIME_DIR"/X11/Xauthority
+#export VIMINIT="set nocp | source ${XDG_CONFIG_HOME:-$HOME.config}/vim/vimrc"
export ANDROID_USER_HOME="$XDG_DATA_HOME"/android
export XCURSOR_PATH="/usr/share/icons:$XDG_DATA_HOME/icons"
export PYTHONSTARTUP="$XDG_CONFIG_HOME"/python/pythonrc
# Scaling
-export QT_AUTO_SCREEN_SCALE_FACTOR=0
-export QT_SCALE_FACTOR=1
-export QT_SCREEN_SCALE_FACTORS="1;1;1"
+#export QT_AUTO_SCREEN_SCALE_FACTOR=0
+#export QT_SCALE_FACTOR=1
+#export QT_SCREEN_SCALE_FACTORS="1;1;1"
export GDK_SCALE=1
export GDK_DPI_SCALE=1
# Theming
-export QT_QPA_PLATFORMTHEME=qt6ct
+#export QT_QPA_PLATFORMTHEME=qt6ct
# Fix wayland stuff
export MOZ_ENABLE_WAYLAND=1