Start sway on startup, fix command-list launching apps

This commit is contained in:
Karol Krzosa
2026-06-17 22:33:39 +02:00
parent bd9506a9be
commit a67e7b0aa1
4 changed files with 13 additions and 9 deletions

View File

@@ -30,3 +30,9 @@ fi
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then
export WLR_NO_HARDWARE_CURSORS=1
exec sway --unsupported-gpu
fi