You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
730 B
29 lines
730 B
!! URxvt Appearance
|
|
URxvt*termName: rxvt-256color
|
|
URxvt*font: xft:Terminess Nerd Font:size=12
|
|
Xft.autohint: 1
|
|
Xft.lcdfilter: lcddefault
|
|
Xft.hintstyle: hintfull
|
|
Xft.hinting: 1
|
|
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
|
|
|
|
!! 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
|
|
|