feat: envs: make apps use wayland && fix kde icon blur on hidpi kvantum && fix gtk4 apps crash && ssh agent
This commit is contained in:
parent
8a9e35322f
commit
c59715b445
1 changed files with 12 additions and 0 deletions
12
home/private_dot_config/environment.d/envvars.conf
Normal file
12
home/private_dot_config/environment.d/envvars.conf
Normal file
|
@ -0,0 +1,12 @@
|
|||
#QT_STYLE_OVERRIDE=kvantum
|
||||
MOZ_ENABLE_WAYLAND=1
|
||||
QT_QPA_PLATFORM=wayland;xcb
|
||||
#XCURSOR_THEME=Bibata-Modern-Ice
|
||||
#XCURSOR_SIZE=24
|
||||
SDL_VIDEODRIVER=wayland
|
||||
GDK_BACKEND=wayland,x11,*
|
||||
QT_SCALE_FACTOR_ROUNDING_POLICY=RoundPreferFloor
|
||||
SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket
|
||||
# make gtk render in opengl to fix error 71
|
||||
# so gnome f**k you
|
||||
GSK_RENDERER=gl
|
Loading…
Add table
Add a link
Reference in a new issue