update nvim + urxvt
This commit is contained in:
+20
-15
@@ -1,7 +1,6 @@
|
||||
!! URxvt Appearance
|
||||
urxvt*termName: rxvt-256color
|
||||
urxvt*font: xft:TerminessTTF Nerd Font:style=Medium:size=12, xft:IosevkaTerm Nerd Font:style=Regular:size=6:minspace=1
|
||||
urxvt*skipBuiltinGlyphs: 1
|
||||
URxvt*termName: rxvt-256color
|
||||
URxvt*font: xft:Terminess Nerd Font:size=12
|
||||
Xft.autohint: 1
|
||||
Xft.lcdfilter: lcddefault
|
||||
Xft.hintstyle: hintfull
|
||||
@@ -10,15 +9,21 @@ Xft.antialias: 1
|
||||
Xft.rgba: rgb
|
||||
|
||||
rofi.color-enabled: true
|
||||
urxvt*letterSpace: 0
|
||||
urxvt*lineSpace: 1
|
||||
urxvt*geometry: 80x-1
|
||||
urxvt.internalBorder: 12
|
||||
urxvt.saveline: 2048
|
||||
urxvt.scrollBar: false
|
||||
urxvt.scrollBar_right: false
|
||||
urxvt.urgentOnBell: true
|
||||
urxvt.depth: 32
|
||||
urxvt.cursorUnderline: true
|
||||
urxvt.cursorBlink: true
|
||||
urxvt*scrollTtyOutput: false
|
||||
URxvt*letterSpace: 0
|
||||
URxvt*lineSpace: 1
|
||||
URxvt*geometry: 80x-1
|
||||
URxvt.internalBorder: 12
|
||||
URxvt.saveline: 2048
|
||||
URxvt.scrollBar: false
|
||||
URxvt.scrollBar_right: false
|
||||
URxvt.urgentOnBell: true
|
||||
URxvt.depth: 32
|
||||
URxvt.cursorUnderline: true
|
||||
URxvt.cursorBlink: true
|
||||
URxvt*scrollTtyOutput: false
|
||||
|
||||
!! enable keyboard copying
|
||||
!! https://github.com/pkkolos/urxvt-scripts/tree/master
|
||||
URxvt.perl-ext-common: keyboard-select
|
||||
URxvt.keysym.Control-s: perl:keyboard-select:activate
|
||||
URxvt.keyboard-select.clipboard: true
|
||||
|
||||
Reference in New Issue
Block a user