diff --git a/.profile b/.profile index d27c809..7aaaef8 100644 --- a/.profile +++ b/.profile @@ -33,6 +33,6 @@ fi if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then export WLR_NO_HARDWARE_CURSORS=1 - exec tmux new-session -A -s debug sway --unsupported-gpu + exec sway --unsupported-gpu fi