home.social

#urxvt — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #urxvt, aggregated by home.social.

  1. Пока раздумываю над мыслью «какую бы мне привычку еще поломать» -- запустил терминал… старый добрый #urxvt с которым так или иначе живу где-то с 2004 года. немного xresource и ok. По факту к нему есть претензия: на умеет с tabex закрывать вкладку (или терминал) если есть запущенное в нем приложение или задача; и по мелочи (лень) настроить ввод юникода, ибо используется редко, хотя ctrl+shift захватывает.
    Собственно задаюсь вопросом: а на какой терминал можно заменить?
    от сред как-то не прижились, каждый по своим причинам. Из запомнившегося -- terminology со всеми приколами от Enlightenment. Но это песня отдельного повествования.
    Из quake-терминалов также как-то не прижилось: вызвать urxvt через кнопку занимает не больше времени. А сохранять сессию или ее дамп с помощью screen'а или tmux'а, или script'а при явной необходимости.
    Видимо, если взяться за него и донастроить, то подобные мысли можно еще лет на пять отложить.

    #ЭтиЗабавныеКрасноглазики

  2. Searchable scrollback for rxvt-unicode. Add to ~/.Xresources:

    URxvt.keysym.M-s: searchable-scrollback:start

    Then alt-s to search the scrollback. Nearly replaces `less` for me :)

    #urxvt #linux

  3. I see a lot of fuzz about #Ghostty #TerminalEmulator, and I'm sure it's great. But all that GTK and window/tab management stuff, no, thanks. I like fast and simple terminals, and letting my window manager take care of tabs, splits, etc. Been using #urxvt, #st, #kitty, #alacritty, #wezterm and then back to kitty. Give me a fast, spartan terminal with UTF-8, ligature support and a big buffer. That's all I need.

  4. WezTerm wezfurlong.org/wezterm/ surpasse tous les terminaux que j'ai pu tester jusqu'ici. Je suis passé de #urxvt à #alacritty (pour la fame et rust) puis à #kitty dernièrement pour le support des ligatures. Kitty était pénible pour plein de choses (assez lent pour certains trucs, un ssh mal géré, écrit en python, etc)
    WezTerm est génial : support des ligatures, des images, rapide, configurable, doc top et compatible #linux #macos et même #windows !

  5. Found this nugget of wisdom in the

  6. За рекомендацією @partizan спробував #WezTerm
    І дійсно, досить непоганий. Купа налаштувань, які можна тюнити. І головне швидкий!
    По відчуттях, щось схоже на #urxvt

    А головне, аж голова відійшла від тієї роботи 😌

  7. Dass man von neumodischen Desktopumgebungen bevormundet wird hätte ich ja erwartet. Aber #urxvt? Echt jetzt? Das hier hilft:
    URxvt.perl-ext-common:-confirm-paste
    Es ist zum heulen.

  8. @leah

    That looks like #urxvt is picking up a different glyph set entirely. I don't see how any kind of shift+or transformation could turn the upper '%' (unbolded) into the lower one.

    It looks like it's nothing that I need worry about, anyway. My programs do the shift-1-pixel thing too.

    #vtfont #FreeBSD

  9. He vuelto, después de tres años, a usar #linux en el escritorio para la mayor parte del tiempo.

    Así que he conseguido ponerme un escritorio basado en tiles #i3 usando #Regolith #Desktop. Y te ahorras gran parte de la configuración inicial.

    Recupero mi .Xresources con la config de la #terminal #urxvt y presto!

    Combinado con el uso de #vim y #tmux es uno de los placeres de la vida.

    Eso sí, un post-it para recordar los comandos de i3, pero resulta que tenía memoria muscular para moverme! :D

  10. A few months ago my terminal colours were suddenly messed up. I have no idea what caused that since I didn't touch any related settings for years.
    Now I have a lot of pink on pink, which is obviously not readable.

    I managed to partially fix it by deleting some colour definitions from #Xdefaults.

    Did someone else experience the same?

    #urxvt #rxvt

  11. (BTW, this is one of things I love about #urxvt —it supports ISO/IEC 14755 input mode, so you can just type the codepoint hex value while pressing ctrl+shift to get “any” character.)

  12. @robby oh wow, someone finally made a decent replacement for #urxvt?!

    If so, thanks for the tip back!

    #alacritty

  13. Can anyone recommend a nice #linux #X11 #terminal emulator that supports vimium/termite-style 'url hinting' for easily opening URL's in the terminal?

    #termite is nice but seems to have been abandoned.

    It looks like #urxvt can be extended with a plugin to achieve this (github.com/quite/urlpicker), other recommendations welcome ;)

  14. (rxvt-Unicode) is a simple and customizable emulator.

    urxvt is fast and small, focusing on emulating a single terminal rather than many. urxvt still supports many popular features, including transparency.

    urxvt is mainly customizable by its command line flags, like -bg for background color. Perl extensions are also supported, enabling much more customization than other emulators.

    Website 🔗: software.schmorp.de/pkg/rxvt-u

    apt 📦: rxvt-unicode

  15. Alacritty now supports scrollback, jwilm.io/blog/alacritty-lands-.

    But that's not the biggest news. The 0.2 version is _fast_, like _really fast_.