dotfiles-x11/.Xresources

24 lines
668 B
Plaintext
Raw Normal View History

2018-05-08 13:44:04 +02:00
! urxvt ------------------------------------------------------------------------
2019-11-12 18:26:40 +01:00
URxvt.termName: rxvt-unicode
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
2018-05-08 13:44:04 +02:00
! - color scheme
2019-11-12 18:26:40 +01:00
URxvt.background: #000000
URxvt.foreground: #CCCCCC
2018-06-12 14:20:49 +02:00
! - blue
2019-11-12 18:26:40 +01:00
URxvt.color4: #6666ff
2018-05-08 13:44:04 +02:00
! xpdf -------------------------------------------------------------------------
2015-09-19 23:11:30 +02:00
xpdf*enableFreetype: yes
xpdf*antialias: yes
xpdf*foreground: black
xpdf*background: white
2019-11-12 18:23:35 +01:00
xpdf*urlCommand: /usr/bin/qutebrowser %s