From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 7011 invoked from network); 10 Dec 2022 23:45:07 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 10 Dec 2022 23:45:07 -0000 Received: from mail-pj1-f47.google.com ([209.85.216.47]) by 9front; Sat Dec 10 18:44:00 -0500 2022 Received: by mail-pj1-f47.google.com with SMTP id v13-20020a17090a6b0d00b00219c3be9830so8598798pjj.4 for <9front@9front.org>; Sat, 10 Dec 2022 15:43:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=themorfords-com.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:from:date:subject:to :message-id:from:to:cc:subject:date:message-id:reply-to; bh=NLDYJ7fh2Sjij1GFWmywE5YlgCarJBvwxkdnZpg6rs8=; b=3VfRKk08tInWxCylafYKrhdtPPDGlMG6cX3Ivu5NV8fu3ytvXSLC3oMibNnh5lG9za kYrq+tuL7kwvN/W1NZzlgXIUqLhVtel1AgZOoDb18h0yPPFvVc2TBPyoMAJ/3Myx8w3I MH7iAm4EH3/CAOhInZGNHrVLcHAZ7/jQtu9J871KT+skF+OfXiyJXj2ptnRHqGK2dR4m OmlU34pUIXqt+xr4WEawvyokO61xe9gaI0QBvJaNgatP9jIdH7CRwrxyDJ0mBRAasaGR oT36APdxLdJWh+USp4g8FOyZCoZCkxbrU1VHAMjWi/XYqV0n+yJ22GSs/RS4Ej7c0TAs 03qA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:from:date:subject:to :message-id:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=NLDYJ7fh2Sjij1GFWmywE5YlgCarJBvwxkdnZpg6rs8=; b=lC0UB/5KXK9jqTu3YMjDGLBg330LL9QinyJ0DBFGDb4HlCxcTscvplyLybGRZSvfVh LGQqhoEmSEf2uWaCtGCPnZT7xa/kJ32ZXc5qdFuZdoYmXz3b/wojhIZzNlV1GLf6S7ae LI19fxoVGl6it7VUyxJT7JlsP6lVZypvWlq7I6K2S9zaeeEDGpQYJbbxuMEEtVXcjBjj +Bfd/7+hbj9wIlN3ZTsLnChahqAPfUVta1hA7huxG6mpYGAdKk0rAzNlxO7DR0hY0NY2 P67EKUp7TTX3dRQZHC/zWx/HO18ykBkTmCd5bQs+8EKLp5xRF18zDVpdh8XEk55aq5Q4 inCA== X-Gm-Message-State: ANoB5pnZpJOikEok7YzSjIF8oURF3xvQvNmXMt01/HtipWnfpK5JIjKZ it377LHnwx0ACm1lp1CACTx0dfszBFSMoFwJAw== X-Google-Smtp-Source: AA0mqf76iHD1DSeTcnUWnMH09YC5DkfjE8hBiu64wFsj6ugdQslJhLGZNYAhLtMiCaYPRYfQH2fPqg== X-Received: by 2002:a17:90b:3c4b:b0:21a:1b05:b3a7 with SMTP id pm11-20020a17090b3c4b00b0021a1b05b3a7mr12192901pjb.12.1670715834182; Sat, 10 Dec 2022 15:43:54 -0800 (PST) Return-Path: Received: from 9desk ([192.169.23.55]) by smtp.gmail.com with ESMTPSA id k30-20020a17090a4ca100b0020a11217682sm2956893pjh.27.2022.12.10.15.43.52 for <9front@9front.org> (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sat, 10 Dec 2022 15:43:53 -0800 (PST) Message-ID: To: 9front@9front.org Date: Sat, 10 Dec 2022 16:41:13 -0800 From: tommmy@themorfords.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: converged session strategy-oriented just-in-time plugin Subject: [9front] Autostarting riow and bar Reply-To: 9front@9front.org Precedence: bulk Hello, I am trying to make riow and bar start up automatically when rio starts. Manually running the following command in a window after rio starts works: /dev/kbdtap |[3] bar With just "rio -i 'window bar'" or "rio -i 'window ''/dev/kbdtap'''", each works fine. But the following starts bar and blocks keyboard input entirely: rio -i 'window ''/dev/kbdtap |[3] bar''' A couple other notes: - replacing bar with e.g. 'tr a-z A-Z' causes the same issue of blocking keyboard input. - putting the commands in a script and calling 'rio -i scriptfile' has the same effects as the commands above. I looked at the relevant sources files, but my understanding of file descriptors is pretty poor so I couldn't figure anything out from that. Help? Thanks, tm