Authentication-Results: mail-b.sr.ht; dkim=pass header.d=c3f.net header.i=@c3f.net Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by mail-b.sr.ht (Postfix) with ESMTPS id 22A6311EEAC for <~emersion/public-inbox@lists.sr.ht>; Wed, 5 Jan 2022 03:13:10 +0000 (UTC) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=c3f.net; s=key1; t=1641352385; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hxZO28Uu8sD19X25mISiDNwLuWnh4xnzdDpHFPrXXZ4=; b=D/6Iolap9R5TTd6OqJ0MbzTPwShI1EGJP8Cz2fvAIvT6wEjo4hU44+/u5NN5pp9QbB1Hn2 xnOkZ2InEWgnZ2zD3Oo0v3tC/E7pESeOkDp2X4kpblSE78ifi2ZTIXaREhakNEdXidURrx hCWfYh9UdkVYIHXxOAxBXAka+zf4sZIQ4VavWsUvnVI3SywccCdS7w28vKpPm2GdbUtkHI I6z1fNhggwc8DBlWTgsRrclfnh8pduNcWABrv4sJ5jG6yLG6XOVBHjCacIR/C5TLWpTI2M i34wog57MYpUxH4f+qjVNoOy9aj6LKF2WQ0dtbYsg4Fe3H61TJRxhYDkR6+Ztg== Date: Wed, 05 Jan 2022 03:13:05 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: j3s@c3f.net Message-ID: <5b0d0f63b6fbfd1bd10872f716c9e25d@c3f.net> Subject: Re: kanshi: sway reload breaks kanshi config To: j3s@nullhex.com, ~emersion/public-inbox@lists.sr.ht In-Reply-To: References: X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: c3f.net hi, j3s again - ignore the workaround i had posted previously, it's=0Auni= nformed. here's a better one:=0A=0Aexec_always pkill kanshi; exec kanshi = &> /tmp/kanshi.log=0A=0AI have no idea why adding the stdout/stderr redir= ect fixes my issue,=0Abut it does. On boot, my laptop screen now displays= nothing=0Aappropriately.=0A=0AI have not tested the POSIX variant:=0A=0A= exec_always pkill kanshi; exec kanshi > /tmp/kanshi.log 2>&1=0A=0Abut I a= ssume it would work as well. =F0=9F=A4=B7