para instalar
sudo apt install rxvt-unicode
para configurar o rxvt é necessario configurar o arquivo .Xresources
crie um arquivo
touch .Xresources
cola no arquivo
URxvt*geometry: 100x30
URxvt*background: rgba:0000/0000/0000/dddd
*foreground: #AAAAAA
*background: #151515
URxvt*termName: rxvt-256color
URxvt.matcher.rend.0: Uline Bold fg5
URxvt.font: xft:monospace:size=12:antialias=true
URxvt.boldFont: xft:monospace:bold:size=12:antialias=true
URxvt*boldMode: true
URxvt*transparent: true
URxvt*shading: 33
urxvt*depth: 32
URxvt.scrollBar: false
URxvt.cursorBlink: 1
URxvt.cursorUnderline: 2
URxvt*cursorColor: #9800ff
URxvt*cursorColor2: #AAAAAA
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
URxvt.iso14755 : false
URxvt.iso14755_52: off
URxvt*dynamicColors: on
! black
URxvt.color0 : #000000
URxvt.color8 : #555555
! red
URxvt.color1 : #AA0000
URxvt.color9 : #FF5555
! green
URxvt.color2 : #00AA00
URxvt.color10 : #55FF55
! yellow
URxvt.color3 : #AA5500
URxvt.color11 : #FFFF55
! blue
URxvt.color4 : #0000AA
URxvt.color12 : #5555FF
! magenta
URxvt.color5 : #AA00AA
URxvt.color13 : #FF55FF
! cyan
URxvt.color6 : #00AAAA
URxvt.color14 : #55FFFF
! white
URxvt.color7 : #AAAAAA
URxvt.color15 : #FFFFFF
URxvt.url-launcher: /usr/bin/firefox
URxvt.matcher.button: 1
! Tabs: gray background, ~white text
! and the opposite for the currently focused tab
URxvt.tabbed.tabbar-fg: 7
URxvt.tabbed.tabbar-bg: 8
URxvt.tabbed.tab-fg: 8
URxvt.tabbed.tab-bg: 7
! Display the title of terminal next to tabs list
URxvt.tabbed.title: true
URxvt.tabbed.title-bg: 8
URxvt.tabbed.title-fg: 7
! Fade the terminal by 40% when it looses focus
URxvt*fading: 40
URxvt.perl-lib: .urxvt/
URxvt.perl-ext-common: default,matcher,tabbedex
Xft.lcdfilter: ldcdefault
Xft.hintstyle: hintslight
após salvar para ver as alterações digite no terminal
xrdb ~/.Xresources
obs: caso tenha instalado o zsh você pode adicionar no .bashrc
exec zsh
ou apenas abrir o terminal usando o comando urxvt -e /path/to/zsh
para adicionar a fonte
URxvt.font: xft:Consolas:size=8, xft:Inconsolata for Powerline
Nenhum comentário:
Postar um comentário