This commit is contained in:
2026-03-09 23:21:04 +00:00
parent 645dc16ce1
commit 41f219ddee
4 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
INPUT_METHOD=fcitx
QT_IM_MODULE=fcitx
XMODIFIERS=@im=fcitx
SDL_IM_MODULE=fcitx
# INPUT_METHOD=fcitx
# QT_IM_MODULE=fcitx
# XMODIFIERS=@im=fcitx
# SDL_IM_MODULE=fcitx

View File

@@ -144,8 +144,8 @@ font-size = 14
# Window
window-theme = ghostty
window-padding-x = 14
window-padding-y = 14
# window-padding-x = 14
# window-padding-y = 14
confirm-close-surface=false
resize-overlay = never
gtk-toolbar-style = flat

View File

@@ -70,8 +70,8 @@ export LESS_TERMCAP_us="$(printf '%b' '\e[1;32m')"
export LESS_TERMCAP_ue="$(printf '%b' '\e[0m')"
export LESS_OPEN="| /usr/bin/highlight -O ansi %s 2>/dev/null"
export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme.
export QT_AUTO_SCREEN_SCALE_FACTOR=1
export QT_SCREEN_SCALE_FACTORS=2
# export QT_AUTO_SCREEN_SCALE_FACTOR=1
# export QT_SCREEN_SCALE_FACTORS=2
export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm