Remove fonts, improvements to sway and tmux, open sway in tmux session

This commit is contained in:
Karol Krzosa
2026-06-18 10:40:27 +02:00
parent 0159412aa6
commit 5534eee012
9 changed files with 17 additions and 10 deletions

View File

@@ -33,6 +33,6 @@ fi
if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then
export WLR_NO_HARDWARE_CURSORS=1
exec sway --unsupported-gpu
exec tmux new-session -A -s debug sway --unsupported-gpu
fi