dot/.scripts/.runsway.sh
2023-10-15 22:16:55 +02:00

19 lines
464 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
QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
export MOZ_ENABLE_WAYLAND=1
export SDL_VIDEODRIVER=wayland
export _JAVA_AWT_WM_NONREPARENTING=1
export XCURSOR_SIZE=24
export WLR_RENDERER=vulkan
export PLANTUML_LIMIT_SIZE=16384
export XKB_DEFAULT_LAYOUT="pl"
export XKB_DEFAULT_OPTIONS="compose:rctrl"
sway --unsupported-gpu &