Linux #hivemind: Got a question for you regarding #tmux, #KittyTerminal, #KDEPlasma and #Fuzzel.
I've got a tiny bash script that uses Fuzzel to list the current running tmux sessions. This launches a new Kitty terminal attached to that session. So far so good. However, I'm currently not detecting whether an instance of Kitty is currently attached to that session.
Further to this, if there is a current Kitty session attached to it, I'd like to be able to switch to it rather than launch a new one.
What's the best way to do this? Do I need to detect the list of Kitty instances known by KWin? Should I set the Kitty window title to the tmux session name? Is there a better way?
#dotfiles wip is going well.
Switched to #alacritty with #nushell , created a new #tmux config as the old was a mess
Looks good, still a few this open to consolidate
#til the bad way that, at least on #debian unstable, launching a long running process in #screen (but #tmux and nohup and other seem to also be impacted) is not enough to survive a session logout, seemingly because #systemd changed something more than 6y ago and now you have to mark users as linger-able to keep the feature working. Stay tuned.
What started as "I'll just run coding agents on a remote machine" turned into a deep dive through SSH agent forwarding, tmux clipboard integration, and Fish shell event handlers.
Spoiler: mosh segfaults when connecting M-series → Intel Mac
My working (if inelegant) solution: https://wersdoerfer.de/blogs/ephes_blog/running-coding-agents-remotely-ssh-tmux-and-the-quest-for-a-seamless-experience/
Really cool! (I learned about this from @yosh )
It's been far too long since I posted one of these.
One of the things I like about #Byobu, a #tmux/#GNU #Screen wrapper, is that its "F7: Enter scrollback history" mapping coincides with #Firefox F7 Caret Mode Browsing. Haven't heard of that? Try it out! https://superuser.com/questions/58569/what-is-caret-browsing-mode-in-firefox
i made a clever script for tmux. switch focus to last pane across all windows in current session, and smart visual indication for switching focus in general.
https://gist.github.com/rlychrisg/a2625b25fe59d28503af97c36484acf3
#tmux is such a nuisance. How the hell do I transpose panes? I have one pane at the top and two side-by-side at the bottom. How do I rotate that so that the top pane is on the left and the bottom two are on the right on top of each other??