fixed too much stuff

This commit is contained in:
chloe 2025-02-13 23:42:48 +01:00
parent e9adff9c68
commit cf80eff840
5 changed files with 19 additions and 8 deletions

View file

@ -2,5 +2,5 @@ export XDG_DATA_DIRS=$XDG_DATA_DIRS:/usr/share:/var/lib/flatpak/exports/share:$H
foot --server
if [ -z "$WAYLAND_DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ] ; then
exec dbus-run-session sway
exec dbus-run-session sway --unsupported-gpu
fi