18 lines
387 B
Bash
Executable file
18 lines
387 B
Bash
Executable file
#!/bin/bash
|
|
|
|
export XKB_DEFAULT_LAYOUT="pl"
|
|
export WLR_RENDERER=vulkan
|
|
export WLR_NO_HARDWARE_CURSORS=1
|
|
export MOZ_ENABLE_WAYLAND=1
|
|
export SDL_VIDEODRIVER=wayland
|
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
|
export QT_QPA_PLATFORM=wayland
|
|
export __GLX_VENDOR_LIBRARY_NAME=nvidia
|
|
export XDG_CURRENT_DESKTOP=qtile
|
|
export XDG_SESSION_DESKTOP=qtile
|
|
export XCURSOR_SIZE=24
|
|
|
|
qtile start -b wayland
|
|
|
|
|
|
|