i just wanted to show off my #tmux setup…
the script:
screenshot=~/Pictures/Screenshots/Screenshot\ from\ "$(date '+%F %H.%M.%S')"
sudo fbcat > "$screenshot".ppm
mogrify -format png "$screenshot".ppm
i really wanted something more compact than that, but you see how it's tricky?
#tmux #bash #imagemagick #linux #computeing
Did I successfully remember how to create a new #tmux window and then move back to my old window? Yes I did, and it made me feel like I might actually know this tool. Maybe someday I won't need to go to https://devhints.io/tmux for every command...just every other 😁
It is really amazing how fast I un-learned #tmux bindings after I started using #zellij exclusively.
Now I'm having problems on systems that only have #tmux installed 😆
Luckily the last time I got onto such a system, it was a #nixos system and although I have no rights, I could simply install zellij in my profile ❤️
If you're interested in how I've customized my shell, neovim, i3, tmux and many other tools, check out my dotfiles here:
https://gitlab.com/geewiz/dotfiles
Unfamiliar with dotfile management? I've written an article on my personal blog: https://www.geewiz.dev/2019/04/30/how-manage-dotfiles.html
#Linux #vim #Neovim #i3 #polybar #tmux
You can replace #screen by #tmux
https://tmuxcheatsheet.com/
or if you prefer a #rust alternative try #zellij https://zellij.dev/
/cc @soupglasses @esk
Tmux is awesome. Did you know you can attach to a readonly #tmux session with `-r` flag!? Great when you don't want to accidentally cancel some long running script, but want to check in on how it's doing. #opensource
My current setup is
#alacritty => #tmux + fish/tide on jump host => fish/tide + #neovim on remote host
Reminder that everyone who uses the #terminal should be using a terminal multiplexer like #tmux
https://ittavern.com/getting-started-with-tmux/
I have mine set up so that it automatically attaches a previously opened session if one exists, else it creates a new one.
you can have this to with this in your bashrc
if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
tmux attach -t $(tmux ls | grep -v attached | head -1 | cut -f1 -d:) || systemd-run --scope --user tmux
fi
Tmux has forever changed the way I write code [video]
https://www.youtube.com/watch?v=DzNmUNvnB04
#ycombinator #tmux #coding #dev_env
#ycombinator #tmux #coding #dev_env
ㄒㄩ尺ㄒㄥ乇 卩ㄖ山乇尺
who is the best turtle and why is it donatello? 🐢
with the new tmnt animated movie coming out i was reminiscing on the 2007 tmnt movie, which is one of my favourite versions of these guys. decided to try and rice the best turtle.
#unixart #unixporn #rice #ricing #vim #tmux #irc #irssi #herbstluftwm #trigon #linux #tmnt #teenageMutantNinjaTurtles #donatello #ooze
#unixart #unixporn #rice #ricing #vim #tmux #irc #irssi #herbstluftwm #trigon #linux #tmnt #TeenageMutantNinjaTurtles #donatello #ooze
I've published my #NixOS configuration files: https://github.com/novoid/nixos-config
#flakes #homemanager #xfce #tmux #zsh and more
#nixos #flakes #homemanager #xfce #tmux #zsh
Some days ago I stumbled apon a post about "tmake", a tool to ease #tmux session sharing. I can't seem to find it again, any pointer?
There are days when you improve your setup and find yourself more in love with it than ever. Today is one of those days 😍
#archlinux #tmux #neovim #alacritty #neofetch #gnome
#GNOME devs working on a new window management system. I have been using tiling window managers too, once in a while. But always switched back to GNOME due to better touch screen support and my "tiling" (when I have a keyboard attached) works also well in #tmux good enough in my terminal emulator). But something like tiling as part of standard GNOME would be great to have! https://tech.slashdot.org/story/23/07/30/2357246/gnome-devs-are-working-on-a-new-window-management-system