remove tmux from .profile

This commit is contained in:
KK
2026-06-18 15:12:40 +02:00
parent a00ad450bf
commit 89e9f63019

View File

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