• 安装urxvt及设置


    urxvt

    sudo pacman -S rxvt-unicode

    配置

    !!$HOME/dr/.Xresources
    URxvt.preeditType:dr
    !!调整此处设置输入法
    URxvt.inputMethod:fcitx
    !!颜色设置
    URxvt.depth:50
    !!中括号内数表示透明度
    URxvt.inheritPixmap:true
    URxvt.background:#000000
    URxvt.foreground:#ffffff
    URxvt.colorBD:Gray95
    URxvt.colorUL:Green
    URxvt.color1:Red2
    URxvt.color4:RoyalBlue
    URxvt.color5:Magenta2
    URxvt.color8:Gray50
    URxvt.color10:Green2
    URxvt.color12:DodgerBlue
    URxvt.color14:Cyan2
    URxvt.color15:Gray95
    !!URL操作
    URxvt.urlLauncher:chromium
    URxvt.matcher.button:1
    Urxvt.perl-ext-common:matcher
    !!滚动条设置
    URxvt.scrollBar:False
    URxvt.scrollBar_floating:False
    URxvt.scrollstyle:plain
    !!滚屏设置
    URxvt.mouseWheelScrollPage:True
    URxvt.scrollTtyOutput:False
    URxvt.scrollWithBuffer:True
    URxvt.scrollTtyKeypress:True
    !!光标闪烁
    URxvt.cursorBlink:True
    URxvt.saveLines:3000
    !!边框
    URxvt.borderLess:False
    !!字体设置
    Xft.dpi:120
    URxvt.font:xft:文泉驿等宽微米黑:size=13:style=Regular:antialias=true,xft:文泉驿等宽微米黑:size=13:style=Regular:antialias=true
    URxvt.boldfont:xft:文泉驿等宽微米黑:size=13:style=BOld:antialias=true,xft:文泉驿等宽微米黑:size=13:style=Bold:antialias=true
    !! perl扩展:支持Ctrl+ALT+C拷贝,支持终端链接可打开,支持快捷键调整字体大小
    URxvt.perl-ext-common: selection-to-clipboard,matcher,resize-font,searchable-scrollback
    URxvt.perl-ext: url-select
    !!URL操作
    URxvt.url-launcher: /usr/bin/vivaldi-stable
    URxvt.matcher.button: 1
    !!URxvt.matcher.rend.0: Uline Bold fg5
    URxvt.matcher.rend.0: Uline Bold
    URxvt.colorUL: #ff0000
    URxvt.keysym.M-u: perl:url-select:select_next
    URxvt.url-select.launcher: /usr/local/bin/conkeror
    URxvt.url-select.underline: true
    URxvt.resize-font.smaller: C-Down
    URxvt.resize-font.bigger: C-Up
    !! 打开搜索功能
    URxvt.keysym.M-s: searchable-scrollback:start
    !!抗锯齿
    Xft.antialias: true 
    Xft.rgba: rgb
    Xft.hinting: true
    Xft.hintstyle: hintslight
  • 相关阅读:
    代码可复用性
    开始读《道不远人深入解析ASP.NET 2.0控件开发>>
    我的软件通讯录之二
    .Net中的堆于栈
    JavaScript技巧
    我的软件之通讯录(C#)
    快过年了,自己却病了,哎~~~~~~~
    整合dz论坛短消息出现的问题
    [转]用反射+特性列出所有的枚举变量及其描述信息,绑定到DropDownList上。
    [转]Javascript 调用MSAgent(Desc:网页中出现魔法巫师)
  • 原文地址:https://www.cnblogs.com/hulk190/p/12875525.html
Copyright © 2020-2023  润新知