diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-02 22:47:33 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-02 22:47:33 +0900 |
| commit | 9953768de5179ac0079721fbb33912519c645109 (patch) | |
| tree | 83732a550f48f0f78a88f934fd4d2b10fb5f6920 /test/configuration.nix | |
| parent | 0d3652b793f6dc238667db3ea7939f76e49948c8 (diff) | |
test: rename session message identifier
Labelling this as sway is misleading.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/configuration.nix')
| -rw-r--r-- | test/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/configuration.nix b/test/configuration.nix index 9e8afcb4..6c72299f 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 ''; |
