Files
dotfiles/root/.Xresources
T
Henrik Bakken bdb97bf9a5 updates
2021-03-13 18:50:39 +01:00

46 lines
1.4 KiB
Plaintext

urxvt.perl-ext-common: default,tabbed,matcher,resize-font,-tabbed
! font config
URxvt.font: xft:hack:size=10
URxvt.boldFont: xft:hack:size=10:bold
URxvt.italicFont: xft:hack:size=10:italic
URxvt.boldItalicFont: xft:hack:size=10:bolditalic
! xft:SauceCodePro Nerd Font
! xft:Inconsolata for Powerline
! xft:Droid Sans Mono for Powerline
! xft:Roboto Mono for Powerline
! xft:Go Mono for Powerline
! xft:DejaVu Sans Mono for Powerline
! xft:hack
! bindings
URxvt.keysym.C-minus: resize-font:smaller
URxvt.keysym.C-plus: resize-font:bigger
URxvt.keysym.C-equal: resize-font:reset
URxvt.keysym.C-question: resize-font:show
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
! font config
Xft.dpi: 108
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: false
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
! fade text when focus is lost
*fading: 8
*fadeColor: black
! cursor when hovering
Xcursor.theme: Maia-Cursor
Xcursor.size: 0
! settings
URxvt*scrollBar: false
URxvt*saveLines: 5000
URxvt.iso14755: false