mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-06-12 15:13:32 -07:00
add uwsm
This commit is contained in:
parent
b134b4cfe3
commit
f6576bec8b
32
.config/uwsm/env
Normal file
32
.config/uwsm/env
Normal file
@ -0,0 +1,32 @@
|
||||
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
|
2
.config/uwsm/env-hyprland
Normal file
2
.config/uwsm/env-hyprland
Normal file
@ -0,0 +1,2 @@
|
||||
export HYPRCURSOR_SIZE=24
|
||||
export HYPRCURSOR_THEME=Dracula-cursors
|
Loading…
x
Reference in New Issue
Block a user