Questions tagged [urxvt]

Urxvt is a rxvt-unicode (Urxvt for short) terminal emulator for the X Window System, also available for Windows in the form of a Cygwin port.

Urxvt is a rxvt-unicode (Urxvt for short) terminal emulator for the X Window System, also available for Windows in the form of a Cygwin port.

RXVT was originally written by Rob Nation and later extensively modified by Mark Olesen, who took over maintenance for several years. It is intended to be a slimmed-down alternate for xterm, omitting some of its little-used features.

The latter refers to the Xt resource mechanism, e.g., for binding keys. rxvt is an extended version of the older xvt terminal emulator by John Bovey.

The name originally stood for "Rob's xvt" (with XVT stands for 'X Virtual Terminal'), but was later re-dubbed "our xvt" (pronounced like the letters r-x-v-t).

Wikipedia resources:

https://en.wikipedia.org/wiki/Rxvt

https://en.wikipedia.org/wiki/Comparison_of_terminal_emulators

35 questions
1
vote
4 answers

is it possible to prepend a character to every line of terminal output, for every command?

Is it possible? For example, say I want to run the command ll: My output would look something like this: josh@zeitgeist ~ ll total 41148 drwxr-xr-x 42 josh josh 4096 Aug 4 22:52 ./ drwxr-xr-x 4 root root 4096 Jul 9 21:18 ../ -rw-rw-r-- 1…
suhmedoh
  • 103
  • 1
  • 4
0
votes
1 answer

launch xterm/urxvt with command and return to shell after exit

I want to launch a continuous running command with xterm or urxvt and after pressing Ctrl+C to exit the command I want to get a shell to enter further commands in the same window. With non-continuous running commands I can do urxvt -hold -e sh -c…
flappix
  • 2,038
  • 17
  • 28
0
votes
0 answers

rxvt-unicode (urxvt) freezes when I try to paste a text with control characters from other X11 application

My ~/.Xresources below: ! urxvt ! URxvt.background: White ! URxvt.foreground: Black URxvt.font: xft:Cica:size=10 URxvt.background: Black URxvt.foreground: White URxvt.title: rxvt URxvt.scrollTtyOutput: false URxvt.scrollWithBuffer:…
wjzkfl
  • 157
  • 1
  • 7
0
votes
2 answers

PyQt5 pass command to embedded terminal 'urxvt' or 'xterm'

I already complete embedded terminal to PyQt5 application follow this answer. Now I want to use buttons to send command to this embedded terminal similar here. Ex: Button_1 send "ifconfig", Button_2 send "ping 127.0.0.1". My code: import sys from…
0
votes
0 answers

How to run urxvt terminal with the default yum shell command in PyQt5?

I want to run the urxvt terminal that should start with yum shell commands by default, But I am getting a problem to integrate it with the PyQt5. this is the class EmbTerminal that is called when a button is clicked to run yum shell. I want that…
0
votes
2 answers

urxvt, zsh agnoster font problem. symbols does not

ON Fedora 31. All fonts properly installed. It works perfectly on gnome-shell but broken in i3-sensible-terminal ie urxvt All symbols are broken Since I am using i3 I want to stick to urxvt The .Xdefaults is URxvt.allow_bold: true URxvt*font:…
0
votes
0 answers

How to embed an URxvt terminal in a Pyqt5 GUI?

I have constructed a GUI in QtChooser and the code for it is written in PyQt5. I have a total of 7 tabs in the GUI, each of which are defined in the QMainWindow class of my code. These definitions contain the codes for each TextEdit, LineEdit,…
Shriya
  • 27
  • 5
0
votes
1 answer

Python PyQt5 Terminal Command execution problem on a button click

I'm trying to create an application, that can execute an embedded Terminal command when ever the button is clicked. The actual problem occurs when i click the button and nothing happens. I have two scripts one has a terminal widget and the other…
0
votes
1 answer

bash in urxvt - backspacing on alrady typed character while reading variable

The intent is to put the cursor at some position on the screen (around the center of the screen), enter some initial text, and prompt the user to enter more text to be saved in a variable, while leaving him the normal readline line editing…
Enlico
  • 23,259
  • 6
  • 48
  • 102
0
votes
0 answers

How do I to get the exit code of a command through an external external terminal

I'm using this code for a cpp project generator (/newt/cpp contains a main.cpp and a CMakeLists.txt) The Generic Method is supposed to be called silently when pressing F5 and is just supposed to compile and start the programm, but only if the…
user2741831
  • 2,120
  • 2
  • 22
  • 43
0
votes
4 answers

i3wm: How do I set real transparency for terminal with urxvt?

i am using Debian 9.9 stretch and have installed i3 and urxvt. I was able to make my console transparent but when I open a terminal and make it small so I can move it around, the transparent background is just updating slow and is not "real…
Ch0p
  • 11
  • 1
  • 7
0
votes
2 answers

urxvt: Open graphical file explorer in the current folder

While the command line is very useful for most of the tasks, I sometimes resort to a graphical file explorer (like Nautilus, Thunar, PCmanFM). I would like a keyboard shortcut or a context-menu entry to open such a graphical file explorer _in the…
0
votes
1 answer

urxvt real transparency not working in i3wm

I am running Arch Linux with i3wm. I have customized i3 a lot already, but I also wanted to try transparency in urxvt. The pseudo-transparency does work, but when I try real transparency, instead of making the terminal transparent, it just becomes…
Joris KBos
  • 13
  • 1
  • 3
0
votes
2 answers

URxvt uses dark colors for prompt instead of light (which xterm uses)

I've just moved from xterm to URxvt and the shell prompt with URxvt uses the dark version of the colors instead of the light. Not sure if there's something obvious I've missed in the switch. xterm prompt: URxvt prompt: .Xresources with…
unclemeat
  • 5,029
  • 5
  • 28
  • 52
0
votes
1 answer

How to get rid of vim status line flickering when switching tab?

I want to replace xfce4-terminal to urxvt but there is flickering of lines with bg property set (tabline, statusline) when switching tabs in vim (or neovim). I have no issue using xfce4-terminal which I have chosen for that reason (I used xterm…
Evgeniy
  • 756
  • 8
  • 17