I3 how to auto start (when i3 launches) tmux with irssi The 2019 Stack Overflow Developer Survey Results Are InBest Practices for SSH, tmux & GnuPG AgentIs there a more elegant way to unlink two tmux clients sharing a session from inside tmux?Misbehaving irssi Pagination in tmuxHow do i make guake start with tmux?Bash script to start tmux and issue commandsHow to start tmux from script-wrapperbash script to start another script in a tmux sessionHow to start tmux with no configuration?When tmux exits (closes pty master), background processes from startup scripts die — why?How can I launch a new session of tmux in iTerm2 on a separate window?

Multi tool use
Multi tool use

Are USB sockets on wall outlets live all the time, even when the switch is off?

Why don't Unix/Linux systems traverse through directories until they find the required version of a linked library?

Patience, young "Padovan"

How was Skylab's orbit inclination chosen?

Should I write numbers in words or as numerals when there are multiple next to each other?

Limit to 0 ambiguity

Why do UK politicians seemingly ignore opinion polls on Brexit?

Geography at the pixel level

How long do I have to send payment?

Which Sci-Fi work first showed weapon of galactic-scale mass destruction?

Where does the "burst of radiance" from Holy Weapon originate?

Deadlock Graph and Interpretation, solution to avoid

Is flight data recorder erased after every flight?

Is "plugging out" electronic devices an American expression?

Why is the maximum length of OpenWrt’s root password 8 characters?

How do you say "canon" as in "official for a story universe"?

"To split hairs" vs "To be pedantic"

Does it makes sense to buy a new cycle to learn riding?

Time travel alters history but people keep saying nothing's changed

Why can Shazam do this?

Understanding the implication of what "well-defined" means for the operation in quotient group

What does Linus Torvalds mean when he says that Git "never ever" tracks a file?

Why did Howard Stark use all the Vibranium they had on a prototype shield?

A poker game description that does not feel gimmicky



I3 how to auto start (when i3 launches) tmux with irssi



The 2019 Stack Overflow Developer Survey Results Are InBest Practices for SSH, tmux & GnuPG AgentIs there a more elegant way to unlink two tmux clients sharing a session from inside tmux?Misbehaving irssi Pagination in tmuxHow do i make guake start with tmux?Bash script to start tmux and issue commandsHow to start tmux from script-wrapperbash script to start another script in a tmux sessionHow to start tmux with no configuration?When tmux exits (closes pty master), background processes from startup scripts die — why?How can I launch a new session of tmux in iTerm2 on a separate window?



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















Every time i launch the computer i want an TMUX IRSSI window to be launched.



i3/conf:



exec --no-startup-id irc


irc script:



#!/bin/sh
tmux new-session -n "IRC" -d 'irssi'
tmux -2 attach-session -d


so i know if i launch tmux manually i can get the script to work. (since tmux attaches new-session) but i couldn't find out how to exec tmux with irssi any other way.
my problem is doing without having to launch tmux manually.



i need tmux so i can use IRSSI, otherwise when someone /pm me it wont show up.










share|improve this question









New contributor




storms is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


























    1















    Every time i launch the computer i want an TMUX IRSSI window to be launched.



    i3/conf:



    exec --no-startup-id irc


    irc script:



    #!/bin/sh
    tmux new-session -n "IRC" -d 'irssi'
    tmux -2 attach-session -d


    so i know if i launch tmux manually i can get the script to work. (since tmux attaches new-session) but i couldn't find out how to exec tmux with irssi any other way.
    my problem is doing without having to launch tmux manually.



    i need tmux so i can use IRSSI, otherwise when someone /pm me it wont show up.










    share|improve this question









    New contributor




    storms is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      1












      1








      1








      Every time i launch the computer i want an TMUX IRSSI window to be launched.



      i3/conf:



      exec --no-startup-id irc


      irc script:



      #!/bin/sh
      tmux new-session -n "IRC" -d 'irssi'
      tmux -2 attach-session -d


      so i know if i launch tmux manually i can get the script to work. (since tmux attaches new-session) but i couldn't find out how to exec tmux with irssi any other way.
      my problem is doing without having to launch tmux manually.



      i need tmux so i can use IRSSI, otherwise when someone /pm me it wont show up.










      share|improve this question









      New contributor




      storms is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      Every time i launch the computer i want an TMUX IRSSI window to be launched.



      i3/conf:



      exec --no-startup-id irc


      irc script:



      #!/bin/sh
      tmux new-session -n "IRC" -d 'irssi'
      tmux -2 attach-session -d


      so i know if i launch tmux manually i can get the script to work. (since tmux attaches new-session) but i couldn't find out how to exec tmux with irssi any other way.
      my problem is doing without having to launch tmux manually.



      i need tmux so i can use IRSSI, otherwise when someone /pm me it wont show up.







      tmux i3






      share|improve this question









      New contributor




      storms is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      storms is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited Apr 6 at 17:26









      Rui F Ribeiro

      42k1483142




      42k1483142






      New contributor




      storms is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Apr 6 at 13:45









      stormsstorms

      162




      162




      New contributor




      storms is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      storms is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      storms is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          storms is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510903%2fi3-how-to-auto-start-when-i3-launches-tmux-with-irssi%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          storms is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          storms is a new contributor. Be nice, and check out our Code of Conduct.












          storms is a new contributor. Be nice, and check out our Code of Conduct.











          storms is a new contributor. Be nice, and check out our Code of Conduct.














          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510903%2fi3-how-to-auto-start-when-i3-launches-tmux-with-irssi%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          My4rwSbZR8Rk UVt4X7GhLvK5oFIuLMwkDFH,O02jPiJ 6xjQTyBFvX4eRm9GhKGTX lHFiC3RRkDWwMsbA2CyG
          sp0AEBrc xRFFML,cIyj3WtbBfLx2U,J1wrmF9OZeihb8OzZEtg9jPdanQMb8MolFTaVh4 KoR,E6ai1WN04ZoD,GEF6GTp nm,3U

          Popular posts from this blog

          getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

          NetworkManager fails with “Could not find source connection”Trouble connecting to VPN using network-manager, while command line worksHow can I be notified about state changes to a VPN adapterBacktrack 5 R3 - Refuses to connect to VPNFeed all traffic through OpenVPN for a specific network namespace onlyRun daemon on startup in Debian once openvpn connection establishedpfsense tcp connection between openvpn and lan is brokenInternet connection problem with web browsers onlyWhy does NetworkManager explicitly support tun/tap devices?Browser issues with VPNTwo IP addresses assigned to the same network card - OpenVPN issues?Cannot connect to WiFi with nmcli, although secrets are provided

          Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.