blob: 316530c9ef2a813dc059895773c90c06f2a757f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
#!/bin/sh
# export XDG_RUNTIME_DIR=/run/user/1000
export DESKTOP_SESSION=gnome
export GDK_BACKEND=wayland
export CLUTTER_BACKEND=wayland
export SDK_VIDEODRIVER=wayland
export QT_QPA_PLATFORM=wayland-egl
# export QT_QPA_PLATFORM=
# export QT_AUTO_SCREEN_SCALE_FACTOR=0
# export QT_SCREEN_SCALE_FACTORS='1.5;1'
export QT_QPA_PLATFORMTHEME=qgnomeplatform
export QT_STYLE_OVERRIDE=adwaita
export _JAVA_AWT_WM_NONREPARENTING=1
export MOZ_ENABLE_WAYLAND=1
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
export GTK_IM_MODULE=xim
export TERM=alacritty
|