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?
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;
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
New contributor
add a comment |
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
New contributor
add a comment |
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
New contributor
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
tmux i3
New contributor
New contributor
edited Apr 6 at 17:26
Rui F Ribeiro
42k1483142
42k1483142
New contributor
asked Apr 6 at 13:45
stormsstorms
162
162
New contributor
New contributor
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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