Files
2025-09-23 21:09:12 -04:00

7 lines
113 B
Bash

# shellcheck shell=bash
if [ "$(tty)" = "/dev/tty1" ]; then
export WLR_RENDERER_ALLOW_SOFTWARE=1
exec sway
fi