all repos — archive/dotfiles @ 02f8c588d7b039f86e78ca690d700b93c1c8245a

Superseded by nixfiles

xresources/.xresources/main (view raw)

#include "base16-tomorrow"

*.font:                   -xos4-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*

Xcursor.theme:            Bibata Oil
Xcursor.size:             16

Emacs.ToolBar:            off
Emacs.MenuBar:            off
Emacs.ScrollBars:         off
Emacs.CursorBlink:        off

rofi.font:                Monospace Bold 14

st.borderpx:              0

URxvt.fading:             0
URxvt.geometry:           100x40
URxvt.urgentOnBell:       true

URxvt.scrollBar:          false
URxvt.scrollstyle:        plain
URxvt.scrollTtyOutput:    false
URxvt.scrollWithBuffer:   true
URxvt.scrollTtyKeypress:  true
URxvt.saveLines:          16384
URxvt.secondaryScroll:    false

URxvt.boldFont:           -xos4-terminus-bold-r-*-*-12-*-*-*-*-*-iso10646-*
URxvt.intensityStyles:    true

URxvt.pointerBlank:       true
URxvt.pointerBlankDelay:  987654321
URxvt.letterSpace:        0
URxvt.lineSpace:          2

! Local Variables:
! compile-command: (concat "xrdb -merge " (shell-quote-argument buffer-file-name))
! End: