10 lines
244 B
Bash
Executable file
10 lines
244 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export LIBVA_DRIVER_NAME=nvidia
|
|
export XDG_SESSION_TYPE=wayland
|
|
export GBM_BACKEND=nvidia-drm
|
|
export __GLX_VENDOR_LIBRARY_NAME=nvidia
|
|
export WLR_NO_HARDWARE_CURSORS=1
|
|
export MOZ_ENABLE_WAYLAND=1
|
|
|
|
sway --unsupported-gpu #-D noscanout
|