'urxvt' Tag |
urxvt is my favorite termimal It renders fonts nicely, supports unicode and has various other interesting features. I’ve also configured it to open links on mouse click! To configure urxvt to look like the above screenshots, add the following in your ~/.Xdefaults file: URxvt*loginShell:true URxvt*transparent:true URxvt*shading:5 URxvt*background:Black URxvt*foreground:White URxvt*scrollBar:true URxvt*scrollBar_right:true URxvt*scrollBar_floating:false URxvt*scrollstyle:plain URxvt*secondaryScroll:true # how [...]