9 lines
265 B
Plaintext
9 lines
265 B
Plaintext
export MOZ_ENABLE_WAYLAND=1
|
|
export XDG_CURRENT_DESKTOP=sway
|
|
export XDG_SESSION_DESKTOP=sway
|
|
export XDG_SESSION_TYPE=wayland
|
|
export WLR_NO_HARDWARE_CURSORS=1
|
|
#export WLR_NO_HARDWARE_CURSORS=0
|
|
export WLR_RENDERER_ALLOW_SOFTWARE=1
|
|
export _JAVA_AWT_WM_NONREPARENTING=1
|