Introduce basic support of an P2P-network

This commit is contained in:
Dmitrii Okunev
2024-11-03 20:04:36 +00:00
parent 4284a1d9f7
commit 5d37d9ea90
29 changed files with 2147 additions and 97 deletions

View File

@@ -56,7 +56,7 @@ func (wmh *XWindowManagerHandler) WindowFocusChangeChan(ctx context.Context) <-c
clientID, err := ewmh.ActiveWindowGet(wmh.XUtil)
if err != nil {
logger.Errorf(ctx, "unable to get active window: %w", err)
logger.Errorf(ctx, "unable to get active window: %v", err)
continue
}