From 83af555c9775e91990a87aff6a7afda8970b60f1 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Sun, 8 Sep 2024 13:19:48 +0900 Subject: state/print: collect and output state information of all users The -state flag now outputs state of all users. The old behaviour can be accessed via the -state-current flag, user is selected via -u. Signed-off-by: Ophestra Umiker --- internal/state/register.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'internal/state/register.go') diff --git a/internal/state/register.go b/internal/state/register.go index 25c22894..ac502ae8 100644 --- a/internal/state/register.go +++ b/internal/state/register.go @@ -1,5 +1,11 @@ package state +var ( + cleanupCandidate []string + enablements *Enablements + xcbActionComplete bool +) + func RegisterRevertPath(p string) { cleanupCandidate = append(cleanupCandidate, p) } -- cgit v1.3.1