veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

295
active users

#tmux

2 posts2 participants0 posts today
JP Mens<p>On how I will be "screenshotting" content of <a href="https://mastodon.social/tags/tmux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tmux</span></a>' windows into a gist-like program called <a href="https://mastodon.social/tags/Opengist" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Opengist</span></a> </p><p>tmux and gist and trying to make students happier</p><p><a href="https://jpmens.net/2025/07/20/tmux-and-gist-and-trying-to-make-students-happier/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">jpmens.net/2025/07/20/tmux-and</span><span class="invisible">-gist-and-trying-to-make-students-happier/</span></a></p>
you╭👺+300╭🐈x5╭⁂+3╭(Ⓐ+a<p>C-b <a href="https://mastodon.social/tags/tmux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tmux</span></a> commands are also weird on right ctrl but i kind of like it. a sort of two-paw motion 🐾</p>
Klaus Zimmermann :unverified:<p><span class="h-card" translate="no"><a href="https://mastodon.sdf.org/@g" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>g</span></a></span> it is indeed! When I look back in my computing history with FOSS, I see that my skills in the command-line only really took off when I discovered how multiplexers work. </p><p>I tried <a href="https://c.im/tags/tmux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tmux</span></a> sometime in 2015 and was immediately hooked. Suddenly, the terminal isn't just something you open, type commands and close when you're done anymore. No, it's a full-fledged work environment that you may stay full-time and do everything in. A few months later, I challenged myself to stay one full week in tty1 and use nothing but what I could do in tmux - it was an amazing discovery that I still repeat every now and then.</p>
Geoff<p><span class="h-card"><a href="https://c.im/@kzimmermann" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>kzimmermann</span></a></span> <a href="https://mastodon.sdf.org/tags/tmux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tmux</span></a> is amazing!</p>
Klaus Zimmermann :unverified:<p><a href="https://c.im/tags/TIL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TIL</span></a> how to change the color of the <a href="https://c.im/tags/tmux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tmux</span></a> clock (and a few other things, too). Add something like this to .tmux.conf:</p><p> setw -g clock-mode-colour green</p><p>Or another color that's not that almost-no-contrast dark blow.</p><p>Anyway, that took me only like 10 years to learn since I started using tmux. You never stop learning new things, I guess!</p><p>Thanks <a href="https://c.im/tags/oldcomputerchallenge" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>oldcomputerchallenge</span></a> for the motivation to make me look this up!</p>
Maybe(oz)<p>I can't remember the name of this terminal sharing/pairing tool, that's pretty much like tmate, but still alive.</p><p><a href="https://mastodon.social/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a> <a href="https://mastodon.social/tags/tmux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tmux</span></a> <a href="https://mastodon.social/tags/help" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>help</span></a></p>
Drooopy27<p><span class="h-card" translate="no"><a href="https://hachyderm.io/@imsnif" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>imsnif</span></a></span> hey! I just sponsored you. Only 20€ it’s not much, but I only use <a href="https://mastodon.online/tags/zellij" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>zellij</span></a> for my <a href="https://mastodon.online/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a> hobby projects. At first, I was sceptical if that is really worth compared to <a href="https://mastodon.online/tags/tmux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tmux</span></a>, but the floating feature is really nice</p>

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?

#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??