From 9953768de5179ac0079721fbb33912519c645109 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 2 Mar 2025 22:47:33 +0900 Subject: [PATCH] test: rename session message identifier Labelling this as sway is misleading. Signed-off-by: Ophestra --- test/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/configuration.nix b/test/configuration.nix index 9e8afcb..6c72299 100644 --- a/test/configuration.nix +++ b/test/configuration.nix @@ -70,7 +70,7 @@ echo 'output Virtual-1 res 1680x1050') > ~/.config/sway/config sway --validate - systemd-cat --identifier=sway sway && touch /tmp/sway-exit-ok + systemd-cat --identifier=session sway && touch /tmp/sway-exit-ok fi '';