Giter Site home page Giter Site logo

terminalsettings's Introduction

终端模拟器设置

配置文件

cat .Xresources

!-- for xterm configurations --
! xterm does not support transparency so you may like rxvt-unicode instead
!
! Setting xterm font with 'DejaVu Sans Mono Book', Note here Book is the font style
!
!xterm*faceName: DejaVu Sans Mono Book
!
! 'facesize' for font size
!
!xterm*faceSize: 11
!
! 'faceNameDoublesize' for double wide character only
! So xterm can show unicode chars with such setting.
!xterm*faceNameDoublesize: Noto Sans CJK SC:antialias=true:pixelsize=20
!
!-- rxvt-unicode --
! transparent setting
URxvt*transparent: true
! tranparent ratio
URxvt*shading:40
! set fonts! You can set many fonts here, font in font is used with high priority
URxvt*font: xft:DejaVu Sans Mono:style=Relular:pixalsize=10:antialias=true,\
	    xft:Noto Sans CJK SC:style=Relular:pixalsize=10:antialias=true
! charater space setting
URxvt*letterSpace: -1
! color setting
URxvt*background: Black
URxvt*foreground: White
! scroll setting
URxvt*scrollBar: true
URxvt*scrollBar_right: true
URxvt*saveLines: 12000
! Because 'ls' show dir cant see clearly so set new blue here
URxvt*color4: RoyalBlue
URxvt*color12: RoyalBlue
! set scrolltype: rxvt or next or plan or xterm
URxvt*scrollstyle: plain

URxvt*perl-ext-common: default,font-size

加载修改

xrdb -merge .Xresources

terminalsettings's People

Contributors

supersojo avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.