add some X files (compose and urxvt)
This commit is contained in:
parent
5772cda992
commit
a24e81692a
87
home/.XCompose
Normal file
87
home/.XCompose
Normal file
|
@ -0,0 +1,87 @@
|
|||
include "%L"
|
||||
|
||||
# units
|
||||
<Multi_key> <l> <l> : "ℓ" U2113 # litre symbol
|
||||
<Multi_key> <u> <space> : " " U202F # NARROW NO-BREAK SPACE
|
||||
<Multi_key> <z> <space> : "" U200B # ZERO WIDTH SPACE
|
||||
|
||||
# maths
|
||||
<Multi_key> <p> <i> : "π" U03C0 # GREEK SMALL LETTER PI
|
||||
<Multi_key> <exclam> <equal> : "≠" U2260 # NOT EQUAL TO
|
||||
<Multi_key> <slash> <equal> : "≠" U2260 # NOT EQUAL TO
|
||||
<Multi_key> <~> <equal> : "≈" U2248 # ALMOST EQUAL TO
|
||||
<Multi_key> <i> <n> : "∈" U2208 # ELEMENT OF
|
||||
<Multi_key> <s> <q> : "√" U221A # SQUARE ROOT
|
||||
<Multi_key> <d> <e> : "Δ" U0394 # GREEK CAPITAL LETTER DELTA
|
||||
|
||||
<Multi_key> <bar> <C> : "ℂ" U2102 # DOUBLE-STRUCK CAPITAL C (set of complex numbers)
|
||||
<Multi_key> <bar> <N> : "ℕ" U2115 # DOUBLE-STRUCK CAPITAL N (natural number)
|
||||
<Multi_key> <bar> <P> : "ℙ" U2119 # DOUBLE-STRUCK CAPITAL P
|
||||
<Multi_key> <bar> <Q> : "ℚ" U211A # DOUBLE-STRUCK CAPITAL Q (set of rational numbers)
|
||||
<Multi_key> <bar> <R> : "ℝ" U211D # DOUBLE-STRUCK CAPITAL R (set of real numbers)
|
||||
<Multi_key> <bar> <Z> : "ℤ" U2124 # DOUBLE-STRUCK CAPITAL Z (set of integers)
|
||||
<Multi_key> <L> <L> : "𝕃" U1D543 # DOUBLE-STRUCK CAPITAL L
|
||||
<Multi_key> <bar> <O> : "Ω" U03A9 # Greek Capital Letter Omega
|
||||
|
||||
# right typography
|
||||
## english
|
||||
<Multi_key> <space> <minus> : " — " # EM DASH surrounded by THIN SPACEs.
|
||||
|
||||
## roman numerals
|
||||
### small
|
||||
<Multi_key> <percent> <1> : "ⅰ" U2170 # SMALL ROMAN NUMERAL ONE
|
||||
<Multi_key> <percent> <2> : "ⅱ" U2171 # SMALL ROMAN NUMERAL TWO
|
||||
<Multi_key> <percent> <3> : "ⅲ" U2172 # SMALL ROMAN NUMERAL THREE
|
||||
<Multi_key> <percent> <4> : "ⅳ" U2173 # SMALL ROMAN NUMERAL FOUR
|
||||
<Multi_key> <percent> <5> : "ⅴ" U2174 # SMALL ROMAN NUMERAL FIVE
|
||||
<Multi_key> <percent> <6> : "ⅵ" U2175 # SMALL ROMAN NUMERAL SIX
|
||||
<Multi_key> <percent> <7> : "ⅶ" U2176 # SMALL ROMAN NUMERAL SEVEN
|
||||
<Multi_key> <percent> <8> : "ⅷ" U2177 # SMALL ROMAN NUMERAL EIGHT
|
||||
<Multi_key> <percent> <9> : "ⅸ" U2178 # SMALL ROMAN NUMERAL NINE
|
||||
<Multi_key> <percent> <x> : "ⅹ" U2179 # SMALL ROMAN NUMERAL TEN
|
||||
<Multi_key> <percent> <underscore> <1> : "ⅺ" U217A # SMALL ROMAN NUMERAL ELEVEN
|
||||
<Multi_key> <percent> <underscore> <2> : "ⅻ" U217B # SMALL ROMAN NUMERAL TWELVE
|
||||
<Multi_key> <percent> <l> : "ⅼ" U217C # SMALL ROMAN NUMERAL FIFTY
|
||||
<Multi_key> <percent> <c> : "ⅽ" U217D # SMALL ROMAN NUMERAL ONE HUNDRED
|
||||
<Multi_key> <percent> <d> : "ⅾ" U217E # SMALL ROMAN NUMERAL FIVE HUNDRED
|
||||
<Multi_key> <percent> <m> : "ⅿ" U217F # SMALL ROMAN NUMERAL ONE THOUSAND
|
||||
|
||||
### capital
|
||||
<Multi_key> <percent> <0> <1> : "Ⅰ" U2160 # ROMAN NUMERAL ONE
|
||||
<Multi_key> <percent> <0> <2> : "Ⅱ" U2161 # ROMAN NUMERAL TWO
|
||||
<Multi_key> <percent> <0> <3> : "Ⅲ" U2162 # ROMAN NUMERAL THREE
|
||||
<Multi_key> <percent> <0> <4> : "Ⅳ" U2163 # ROMAN NUMERAL FOUR
|
||||
<Multi_key> <percent> <0> <5> : "Ⅴ" U2164 # ROMAN NUMERAL FIVE
|
||||
<Multi_key> <percent> <0> <6> : "Ⅵ" U2165 # ROMAN NUMERAL SIX
|
||||
<Multi_key> <percent> <0> <7> : "Ⅶ" U2166 # ROMAN NUMERAL SEVEN
|
||||
<Multi_key> <percent> <0> <8> : "Ⅷ" U2167 # ROMAN NUMERAL EIGHT
|
||||
<Multi_key> <percent> <0> <9> : "Ⅸ" U2168 # ROMAN NUMERAL NINE
|
||||
<Multi_key> <percent> <0> <x> : "Ⅹ" U2169 # ROMAN NUMERAL TEN
|
||||
<Multi_key> <percent> <underscore> <0> <1> : "Ⅺ" U216A # ROMAN NUMERAL ELEVEN
|
||||
<Multi_key> <percent> <underscore> <0> <2> : "Ⅻ" U216B # ROMAN NUMERAL TWELVE
|
||||
<Multi_key> <percent> <0> <l> : "Ⅼ" U216C # ROMAN NUMERAL FIFTY
|
||||
<Multi_key> <percent> <0> <c> : "Ⅽ" U216D # ROMAN NUMERAL ONE HUNDRED
|
||||
<Multi_key> <percent> <0> <d> : "Ⅾ" U216E # ROMAN NUMERAL FIVE HUNDRED
|
||||
<Multi_key> <percent> <0> <m> : "Ⅿ" U216F # ROMAN NUMERAL ONE THOUSAND
|
||||
<Multi_key> <percent> <X> : "Ⅹ" U2169 # ROMAN NUMERAL TEN
|
||||
<Multi_key> <percent> <L> : "Ⅼ" U216C # ROMAN NUMERAL FIFTY
|
||||
<Multi_key> <percent> <C> : "Ⅽ" U216D # ROMAN NUMERAL ONE HUNDRED
|
||||
<Multi_key> <percent> <D> : "Ⅾ" U216E # ROMAN NUMERAL FIVE HUNDRED
|
||||
<Multi_key> <percent> <M> : "Ⅿ" U216F # ROMAN NUMERAL ONE THOUSAND
|
||||
<Multi_key> <percent> <0> <C> <D> : "ↀ" U2180 # ROMAN NUMERAL ONE THOUSAND C D
|
||||
<Multi_key> <percent> <0> <D> : "ↁ" U2181 # ROMAN NUMERAL FIVE THOUSAND
|
||||
<Multi_key> <percent> <0> <M> : "ↂ" U2182 # ROMAN NUMERAL TEN THOUSAND
|
||||
<Multi_key> <percent> <0> <0> <D> : "ↇ" U2187 # ROMAN NUMERAL FIFTY THOUSAND
|
||||
<Multi_key> <percent> <0> <0> <M> : "ↈ" U2188 # ROMAN NUMERAL ONE HUNDRED THOUSAND
|
||||
|
||||
|
||||
# misc symbols
|
||||
<Multi_key> <n> <s> : "卐" U5350 # CJK UNIFIED IDEOGRAPH
|
||||
|
||||
# symbols
|
||||
<Multi_key> <Left> <Left> : "←" leftarrow # LEFTWARDS ARROW
|
||||
<Multi_key> <Up> <Up> : "↑" uparrow # UPWARDS ARROW
|
||||
<Multi_key> <Right> <Right> : "→" rightarrow # RIGHTWARDS ARROW
|
||||
<Multi_key> <Down> <Down> : "↓" downarrow # DOWNWARDS ARROW
|
||||
|
||||
<Multi_key> <o> <k> : "✓" U2713 # CHECK MARK
|
123
home/.Xdefaults
Normal file
123
home/.Xdefaults
Normal file
|
@ -0,0 +1,123 @@
|
|||
!Xft.antialias:false
|
||||
!Xft.dpi: 142
|
||||
Xft*antialias: True
|
||||
Xft*hinting: Full
|
||||
|
||||
!Xft.autohint: 0
|
||||
!Xft.lcdfilter: lcddefault
|
||||
!Xft.hintstyle: hintfull
|
||||
!Xft.hinting: 1
|
||||
!Xft.antialias: 1
|
||||
!Xft.rgba: rgb
|
||||
|
||||
urxvt*urgentOnBell:true
|
||||
urxvt*meta8:true
|
||||
urxvt*borderless:true
|
||||
urxvt*multichar_encoding:utf8
|
||||
urxvt*cursorBlink:false
|
||||
urxvt*cursorUnderline:false
|
||||
urxvt*metaSendsEscape: true
|
||||
urxvt*eightBitInput: true
|
||||
|
||||
urxvt*keysym.sym: string
|
||||
|
||||
URxvt*depth: 32
|
||||
URxvt.meta8: true
|
||||
URxvt*saveLines:12000
|
||||
URxvt*termName:rxvt-unicode-256color
|
||||
|
||||
URxvt*scrollBar: false
|
||||
URxvt*scrollBar_right: true
|
||||
URxvt*scrollTtyOutput: false
|
||||
URxvt*scrollTtyKeypress: true
|
||||
URxvt*scrollstyle:plain
|
||||
|
||||
URxvt.tabbed.saveLines: 12000
|
||||
URxvt.tabbed.scrollBar: true
|
||||
URxvt.tabbed.tabbar-fg: 2
|
||||
URxvt.tabbed.tabbar-bg: 0
|
||||
URxvt.tabbed.tab-fg: 0
|
||||
URxvt.tabbed.tab-bg: 2
|
||||
URxvt.tabbed.title-fg: 0
|
||||
URxvt.tabbed.title-bg: 5
|
||||
URxvt.tabbed.autohide: yes
|
||||
URxvt.tabbed.new-button: no
|
||||
URxvt.tabbed.title: no
|
||||
|
||||
urxvt*font: xft:Terminess Powerline:pixelsize=18
|
||||
!urxvt*font: xft:Fira Code:pixelsize=16
|
||||
|
||||
Rxvt.new-button: no
|
||||
URxvt.perl-ext-common: default,-selection-popup,-option-popup,bell-command,searchable-scrollback<M-o>
|
||||
|
||||
urxvt*perl-lib: ~/.urxvt/ext
|
||||
urxvt*perl-ext-common: font-size,dynamic-colors
|
||||
urxvt.font-size.step: 2
|
||||
urxvt*keysym.C-F12: perl:font-size:increase
|
||||
urxvt*keysym.C-S-F12: perl:font-size:decrease
|
||||
urxvt*keysym.C-S-Up: perl:font-size:incglobal
|
||||
urxvt*keysym.C-S-Down: perl:font-size:decglobal
|
||||
urxvt*keysym.F12: perl:dynamic-colors:cycle
|
||||
|
||||
#URxvt.copyCommand: xsel -ib
|
||||
#URxvt.pasteCommand: xsel -ob
|
||||
URxvt.keysym.Alt-Control-C: perl:clipboard:copy
|
||||
URxvt.keysym.Alt-Control-V: perl:clipboard:paste
|
||||
URxvt.iso14755: False
|
||||
|
||||
!URxvt.urgentOnBell: true
|
||||
|
||||
|
||||
!URxvt*keysym.Home: \033[1~
|
||||
!URxvt*keysym.End: \033[4~
|
||||
|
||||
! NEO Numpad Key Fix for vim
|
||||
URxvt.keysym.KP_Add: +
|
||||
URxvt.keysym.KP_Subtract: -
|
||||
URxvt.keysym.KP_Multiply: *
|
||||
URxvt.keysym.KP_Divide : /
|
||||
URxvt.keysym.KP_Decimal : .
|
||||
URxvt.keysym.KP_Separator : ,
|
||||
URxvt.keysym.KP_1: 1
|
||||
URxvt.keysym.KP_2: 2
|
||||
URxvt.keysym.KP_3: 3
|
||||
URxvt.keysym.KP_4: 4
|
||||
URxvt.keysym.KP_5: 5
|
||||
URxvt.keysym.KP_6: 6
|
||||
URxvt.keysym.KP_7: 7
|
||||
URxvt.keysym.KP_8: 8
|
||||
URxvt.keysym.KP_9: 9
|
||||
URxvt.keysym.KP_0: 0
|
||||
|
||||
!URxvt.keysym.Up: ^[[A
|
||||
!URxvt.keysym.Down: ^[[B
|
||||
!URxvt.keysym.Right: ^[[C
|
||||
!URxvt.keysym.Left: ^[[D
|
||||
|
||||
|
||||
!URxvt.keysym.Control-Up: \033[1;5A
|
||||
!URxvt.keysym.Control-Down: \033[1;5B
|
||||
!URxvt.keysym.Control-Left: \033[1;5D
|
||||
!URxvt.keysym.Control-Right: \033[1;5C
|
||||
|
||||
URxvt.keysym.Alt-s:
|
||||
|
||||
! Hide pointer while typing
|
||||
URxvt*pointerBlank: true
|
||||
|
||||
! URxvt.bell-command: ~/scripts/bell
|
||||
URxvt.visualBell: True
|
||||
|
||||
|
||||
! Cursor
|
||||
URxvt.cursorBlink: true
|
||||
URxvt.cursorColor: #657b83
|
||||
URxvt.cursorUnderline: false
|
||||
|
||||
! Pointer
|
||||
URxvt.pointerBlank: true
|
||||
|
||||
URxvt.underlineURLs: True
|
||||
URxvt.url-launcher: /usr/bin/x-www-browser
|
||||
|
||||
URxvt.mapAlert: true
|
Reference in a new issue