mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
urxvt uses nerdfont
This commit is contained in:
parent
7a672d0051
commit
03589fe901
@ -19,7 +19,7 @@ rofi.padding: 500
|
|||||||
! Xft settings
|
! Xft settings
|
||||||
!-------------------------------------------------------------------------------
|
!-------------------------------------------------------------------------------
|
||||||
|
|
||||||
Xft.dpi: 220
|
Xft.dpi: 160
|
||||||
Xft.antialias: false
|
Xft.antialias: false
|
||||||
Xft.rgba: rgb
|
Xft.rgba: rgb
|
||||||
Xft.hinting: true
|
Xft.hinting: true
|
||||||
@ -36,28 +36,29 @@ URxvt.depth: 32
|
|||||||
URxvt.geometry: 90x30
|
URxvt.geometry: 90x30
|
||||||
URxvt.transparent: true
|
URxvt.transparent: true
|
||||||
URxvt.fading: 0
|
URxvt.fading: 0
|
||||||
! URxvt.urgentOnBell: true
|
|
||||||
! URxvt.visualBell: true
|
|
||||||
URxvt.loginShell: true
|
URxvt.loginShell: true
|
||||||
URxvt.saveLines: 200
|
URxvt.saveLines: 200
|
||||||
URxvt.internalBorder: 3
|
URxvt.internalBorder: 3
|
||||||
URxvt.lineSpace: 0
|
URxvt.lineSpace: 0
|
||||||
|
|
||||||
! Fonts
|
! Fonts
|
||||||
URxvt.allow_bold: false
|
URxvt*font: xft:DejaVuSansMonoForPowerline Nerd Font:size=10
|
||||||
URxvt*font: xft:DejaVu Sans Mono for Powerline:size=10
|
URxvt*boldFont: xft:DejaVuSansMonoForPowerline Nerd Font:size=10
|
||||||
URxvt*boldFont: xft:Dejavu Sans Mono for Powerline:size=10
|
!URxvt*boldFont: xft:Dejavu Sans Mono Bold for Powerline Nerd Font:size=10
|
||||||
|
|
||||||
! Fix font space
|
! Fix font space
|
||||||
URxvt*letterSpace: -1
|
! URxvt*letterSpace: -1
|
||||||
|
|
||||||
! Scrollbar
|
! Scrollbar
|
||||||
URxvt.scrollStyle: rxvt
|
URxvt.scrollStyle: rxvt
|
||||||
URxvt.scrollBar: false
|
URxvt.scrollBar: false
|
||||||
|
|
||||||
! Perl extensions
|
! URL handling
|
||||||
URxvt.matcher.button: 1
|
URxvt.matcher.button: 1
|
||||||
URxvt.urlLauncher: qutebrowser
|
URxvt.urlLauncher: qutebrowser
|
||||||
|
URxvt.keysym.C-Delete: perl:matcher:last
|
||||||
|
URxvt.keysym.M-Delete: perl:matcher:list
|
||||||
|
|
||||||
|
|
||||||
! Cursor
|
! Cursor
|
||||||
URxvt.cursorBlink: true
|
URxvt.cursorBlink: true
|
||||||
|
Loading…
Reference in New Issue
Block a user