mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-05-22 21:05:52 -07:00
33 lines
894 B
Plaintext
33 lines
894 B
Plaintext
export XCURSOR_THEME=dracula
|
|
export XCURSOR_SIZE=24
|
|
export GDK_SCALE=1
|
|
export QT_QPA_PLATFORM=wayland;xcb
|
|
export SDL_VIDEODRIVER=wayland
|
|
export CLUTTER_BACKEND=wayland
|
|
export GDK_BACKEND=wayland,x11,*
|
|
export XDG_CURRENT_DESKTOP=Hyprland
|
|
export XDG_SESSION_TYPE=wayland
|
|
export XDG_SESSION_DESKTOP=Hyprland
|
|
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
|
export QT_QPA_PLATFORMTHEME=qt5ct
|
|
export GTK_THEME=Dracula
|
|
export XDG_CONFIG_HOME=$HOME/.config
|
|
export COMPOSE_BAKE=true
|
|
|
|
# nvidia
|
|
export NVD_BACKEND=direct
|
|
export GBM_BACKEND=nvidia-drm
|
|
export __GLX_VENDOR_LIBRARY_NAME=nvidia
|
|
export LIBVA_DRIVER_NAME=nvidia
|
|
export __GL_GSYNC_ALLOWED=1
|
|
|
|
export QT_IM_MODULE=fcitx
|
|
export XMODIFIERS=@im=fcitx
|
|
export GLFW_IM_MODULE=fcitx
|
|
export QT4_IM_MODULE=xim
|
|
# export XMODIFIERS=@im=ibus
|
|
# export QT_IM_MODULE=ibus
|
|
# export QT4_IM_MODULE=xim
|
|
# export GLFW_IM_MODULE=ibus
|