From 89e9f6301992b6b7acdbf572db69b657fe48d454 Mon Sep 17 00:00:00 2001 From: KK Date: Thu, 18 Jun 2026 15:12:40 +0200 Subject: [PATCH] remove tmux from .profile --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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