From bccd9ceb41c78e189b5ead3755c087ca417be2a8 Mon Sep 17 00:00:00 2001 From: urosm Date: Tue, 9 Jul 2024 11:15:15 +0200 Subject: [PATCH] .profile: stop logging sway --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index be8870e..b1e96f7 100644 --- a/.profile +++ b/.profile @@ -49,5 +49,5 @@ if [ "$(tty)" = "/dev/tty1" ] && command -v sway >/dev/null; then # run sway export XDG_CURRENT_DESKTOP=sway export WLR_RENDERER=vulkan - exec systemd-cat --identifier sway sway + exec sway fi