以前のarchbang(i3)に、2210でなされた
変更を反映する場合です。
$ sudo pacman -S rxvt-unicode
$ nano .~/.xinitrc
(以下を追記)
# load Xresources at login ... add bind to reload!
[[ -f ~/.Xresources ]] && xrdb -merge -I $HOME ~/.Xresources
[[ -f ~/.Xresources ]] && xrdb -merge -I $HOME ~/.Xresources
$ nano ~/.config/i3/config
(以下を追記)
# urxvt terminal them force borderless
bindsym $mod+Return exec $ei urxvt
for_window [class="URxvt"] border pixel 0
bindsym $mod+Return exec $ei urxvt
for_window [class="URxvt"] border pixel 0
$ nano ~/.Xresources
(以下の内容でテキストファイルを作成)
! ArchBang URxvt terminal theme
! Made some basic changes to colours
! Transparent ;-)
! Modified by Mr Green [mrgreen@archbang.org]
! Made some basic changes to colours
! Transparent ;-)
! Modified by Mr Green [mrgreen@archbang.org]
URxvt*background: black
URxvt*foreground: white
URxvt*font: xft:Monospace:size=9:antialias=true
URxvt.scrollBar: false
! blue
URxvt.color4: #6495ed
URxvt.color12: #6495ed
URxvt.color4: #6495ed
URxvt.color12: #6495ed
!green
URvxt.color2: #2E8B57
URxvt.color10: #2E8B57
URvxt.color2: #2E8B57
URxvt.color10: #2E8B57
URxvt*inheritPixmap: true
URxvt*transparent: true
! URxvt*shading: 0 to 99 darkens, 101 to 200 lightens
URxvt*shading: 35
URxvt*transparent: true
! URxvt*shading: 0 to 99 darkens, 101 to 200 lightens
URxvt*shading: 35
!RestoreCtrl+Shift+(c|v)
URxvt.keysym.Shift-Control-V:eval:paste_clipboard
URxvt.keysym.Shift-Control-C:eval:selection_to_clipboard
URxvt.iso14755:false
URxvt.iso14755_52:false
URxvt.keysym.Shift-Control-V:eval:paste_clipboard
URxvt.keysym.Shift-Control-C:eval:selection_to_clipboard
URxvt.iso14755:false
URxvt.iso14755_52:false
#あるいは、!のついている黒い行は単に説明です。