2018-05-08 13:44:04 +02:00
|
|
|
! urxvt ------------------------------------------------------------------------
|
2019-11-12 18:26:40 +01:00
|
|
|
URxvt.termName: rxvt-unicode
|
2019-11-12 18:37:40 +01:00
|
|
|
! - use font
|
2024-03-12 16:39:24 +01:00
|
|
|
Xft.autohint: 0
|
|
|
|
Xft.lcdfilter: lcddefault
|
|
|
|
Xft.hintstyle: hintslight
|
|
|
|
Xft.hinting: 1
|
|
|
|
Xft.antialias: 1
|
|
|
|
URxvt.letterSpace: -1
|
|
|
|
URxvt.font: xft:NotoSansMono-Regular:size=8
|
|
|
|
URxvt.boldFont: xft:NotoSansMono-Bold:size=8
|
|
|
|
URxvt.italicFont: xft:NotoSansMono-Regular:size=8
|
|
|
|
URxvt.boldItalicFont: xft:NotoSansMono-Regular:size=8
|
2018-05-08 13:44:04 +02:00
|
|
|
! - remove scrollbar
|
2019-11-12 18:26:40 +01:00
|
|
|
URxvt.scrollBar: false
|
2018-05-08 13:44:04 +02:00
|
|
|
! - bell on urgent
|
2019-11-12 18:26:40 +01:00
|
|
|
URxvt.urgentOnBell: true
|
2018-05-08 13:44:04 +02:00
|
|
|
! - larger history limit
|
2019-11-12 18:26:40 +01:00
|
|
|
URxvt.saveLines: 1000000
|
2019-11-12 18:25:51 +01:00
|
|
|
! - disable unneeded modes
|
2019-11-12 18:26:40 +01:00
|
|
|
URxvt.iso14755: false
|
|
|
|
URxvt.iso14755_52: false
|
2019-11-12 18:37:40 +01:00
|
|
|
! - load perl modules
|
|
|
|
URxvt.perl-ext-common: default,resize-font
|
|
|
|
! - resize-font
|
2024-03-12 16:39:24 +01:00
|
|
|
URxvt.keysym.C-minus: resize-font:smaller
|
|
|
|
URxvt.keysym.C-plus: resize-font:bigger
|
|
|
|
URxvt.keysym.C-0: resize-font:reset
|
|
|
|
URxvt.keysym.C-question: resize-font:show
|
|
|
|
URxvt.resize-font.step: 1
|
2018-05-08 13:44:04 +02:00
|
|
|
! - color scheme
|
2019-11-12 18:26:40 +01:00
|
|
|
URxvt.background: #000000
|
|
|
|
URxvt.foreground: #CCCCCC
|
2024-03-12 16:39:24 +01:00
|
|
|
URxvt.cursorColor: #00cc00
|
2018-06-12 14:20:49 +02:00
|
|
|
! - blue
|
2019-11-12 18:26:40 +01:00
|
|
|
URxvt.color4: #6666ff
|
2020-08-05 18:35:32 +02:00
|
|
|
URxvt.color12: #3399FF
|