15 lines
409 B
Text
15 lines
409 B
Text
export GTK_THEME=Adwaita:dark
|
|
export XCURSOR_SIZE=24
|
|
|
|
export GDK_BACKEND=wayland,x11,*
|
|
export SDL_VIDEODRIVER,wayland
|
|
export CLUTTER_BACKEND,wayland
|
|
|
|
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
|
export QT_QPA_PLATFORM=wayland;xcb
|
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
|
export QT_QPA_PLATFORMTHEME=qt6ct
|
|
|
|
export ELECTRON_OZONE_PLATFORM_HINT=wayland
|
|
|
|
export SSH_AUTH_SOCK=/home/mbradley/.bitwarden-ssh-agent.sock
|