fz-m1_alpine/bin/start-sway.sh
2025-03-03 13:26:11 +01:00

21 lines
428 B
Bash
Executable File

#!/bin/sh
# Session
export XDG_SESSION_TYPE=wayland
export XDG_SESSION_DESKTOP=sway
export XDG_CURRENT_DESKTOP=sway
# Wayland stuff
export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORM=wayland
export SDL_VIDEODRIVER=wayland
export _JAVA_AWT_WM_NONREPARENTING=1
# seat settings
export LIBSEAT_BACKEND=seatd
# QT icons
export QT_QPA_PLATFORMTHEME=qt6ct
# Launch Sway with a D-Bus server available, use:
dbus-run-session -- sway