19 lines
471 B
Bash
Executable file
19 lines
471 B
Bash
Executable file
#!/bin/bash
|
|
|
|
export WLR_NO_HARDWARE_CURSORS=1
|
|
export XDG_CURRENT_DESKTOP=sway
|
|
export XDG_CURRENT_SESSION=wayland
|
|
export QT_QPA_PLATFORM=wayland
|
|
export WLR_NO_HARDWARE_CURSORS=1
|
|
export MOZ_ENABLE_WAYLAND=1
|
|
export SDL_VIDEODRIVER=wayland
|
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
|
export XCURSOR_SIZE=24
|
|
export __GLX_VENDOR_LIBRARY_NAME=nvidia
|
|
|
|
export PLANTUML_LIMIT_SIZE 16384
|
|
|
|
export XKB_DEFAULT_LAYOUT="pl"
|
|
export XKB_DEFAULT_OPTIONS="compose:rctrl"
|
|
|
|
sway --unsupported-gpu &
|