Questions tagged [urxvt]

33 questions
45
votes
5 answers

Font rendering issue in urxvt -- too much space between characters

Starting earlier today I am getting font rendering issues with rxvt-unicode. Specifically with many fonts I get an abundance of extra space between characters. In other fonts rxvt refuses to change sizes. Here is an example of the spacing issue…
casey
  • 14,584
  • 5
  • 45
  • 62
29
votes
1 answer

Set dynamic window title based on command input

I am looking for a way to dynamically set the urxvt window title based on the command input. Let's take an example. If I run mplayer http://66.197.229.245:8082 in an urxvt window, I would like the title of this window to be set to mplayer…
orschiro
  • 975
  • 2
  • 14
  • 25
23
votes
2 answers

How can I get better-looking fonts in my terminal (URxvt)?

I've noticed that the fonts in URxvt look a little bit low-res compared to fonts that I see in my browser, for example. I was wondering how could I fix my .Xdefaults file to make the fonts have a little bit more detail and be sharper. It might not…
jcora
  • 3,874
  • 7
  • 34
  • 52
16
votes
2 answers

Set urxvt to work with 256 colors

I had spent so much time to try to get urxvt to work with 256 colors. I am using Ubuntu. I have followed a part of this post cd ~ infocmp -L rxvt-unicode > rxvt-unicode.terminfo vi rxvt-unicode.terminfo # Change the following from: # # …
ma08
  • 845
  • 2
  • 7
  • 19
15
votes
1 answer

urxvt: scroll just one line

I can scroll a chunk of output with Shift+PageUp (or PageDown), but is there a way to scroll just one line up and down? Often, you'd like to read something that is small enough to fit in one screen, but the scrolling is so heavy handed it is…
Emanuel Berg
  • 6,763
  • 7
  • 43
  • 65
14
votes
1 answer

urxvt add padding (distance between text and border)

Is it possible to increase the space between text and border in urxvt, and if so, how? I can't find any resources on it online.
user92516
  • 143
  • 1
  • 1
  • 4
9
votes
3 answers

Map Control-Shift-Tab in rxvt-unicode

I'd like to map the keybinding Ctrl+Shift+Tab in rxvt-unicode. I managed to map Ctrl+Tab as follows. The corresponding entry in .Xresources is URxvt.keysym.Control-Tab: \033[27;5;9~ Using cat -v confirms that this mapping works: $ cat…
Marco
  • 33,188
  • 10
  • 112
  • 146
8
votes
1 answer

Debian chroot blocking PTTYs on host

I've created a Debian-based chroot environment using debootstrap under Arch Linux, and fill it with life like this: #!/bin/sh mount -t proc proc $CHROOT/proc mount -t devpts devpts $CHROOT/dev/pts chroot $CHROOT /bin/bash --login -c…
lynix
  • 83
  • 1
  • 3
8
votes
2 answers

What is the default font used in rxvt?

I have installed urxvt and I like the default font being used (white font in attached screenshot) but I can't figure out what it is. The font is not defined in Xresources or Xdefaults. I have also read that it uses one of the font in fc-list but I…
JeanT
  • 181
  • 1
  • 1
  • 3
7
votes
1 answer

How to set a background image for urxvt?

How do I set a tiled background image in urxvt? I have tried the following alternatives in my .Xresources file: URxvt*backgroundPixmap: /home/jgg/Pictures/tiles/escheresque_ste.png;style=tiled URxvt.backgroundPixmap:…
λ Jonas Gorauskas
  • 3,550
  • 3
  • 20
  • 19
5
votes
1 answer

Reset background to transparent with tmux?

I recently set up tmux-powerline and noticed that the background color on the status-left, if changed, refuses to go back to default and transparent (if transparency is enabled). I was able to fix the status-right (because it's before the…
Rob
  • 8,867
  • 2
  • 15
  • 9
5
votes
1 answer

Battery Bar in URxvt?

I was looking through an ArchLinux thread on URxvt, and I came across a setup at post #184 that I am going crazy looking for. It looks like there's some kind of battery bar in the PS1, with a bitmap there too. I'm not all that new to Linux, but I…
user22531
5
votes
2 answers

Defining color codes in rxvt-unicode

Using some of node.js tools like mocha in my urxvt terminal, I have some problems with coloured output. Some of the text that are using colour code 90 as you can see here will be disappeared in terminal. tput colors output is: 256 And using this…
Shahin
  • 224
  • 2
  • 6
5
votes
2 answers

Terminal does not open under dwm -- is there an error log file?

I am running DWM under Arch Linux in combination with the urxvt terminal. I have a urxvt daemon running but when I press the key combination for opening a terminal window, nothing happens. Is there an error log file for DWM? Any suggestions what I…
Michael
  • 243
  • 3
  • 8
5
votes
2 answers

Open URxvt tab with shift-down, not with ctrl-t

On Debian, Shift+Down in URxvt opens new tab. But recently I started using another machine with Fedora, and here it has no effect; here Ctrl+T does that. But neither one works on both, so I'm doomed to think of where I am. Plus, I need Ctrl+T in…
Alois Mahdal
  • 4,330
  • 11
  • 40
  • 62
1
2 3