dot/.scripts/.runsway.sh

20 lines
471 B
Bash
Raw Normal View History

2023-04-15 17:58:27 +02:00
#!/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 &