summary refs log tree commit diff stats
path: root/user/xresources/.xresources/main
diff options
context:
space:
mode:
authorAlan Pearce2019-10-02 16:55:23 +0200
committerAlan Pearce2019-10-02 16:55:23 +0200
commitec7f1357d16ff2f4aa7430a2940a0b9519018595 (patch)
tree28f4b022aff0ec38e7891ec677703a074dfd89f8 /user/xresources/.xresources/main
parent8a65ab00b625139984aeb6c3a1a93f8bc9d3fc85 (diff)
parenta261579a74bc3bf9ec673ef190f1ec4bb625b86b (diff)
downloadnixfiles-ec7f1357d16ff2f4aa7430a2940a0b9519018595.tar.lz
nixfiles-ec7f1357d16ff2f4aa7430a2940a0b9519018595.tar.zst
nixfiles-ec7f1357d16ff2f4aa7430a2940a0b9519018595.zip
Add 'user/' from commit 'a261579a74bc3bf9ec673ef190f1ec4bb625b86b'
git-subtree-dir: user
git-subtree-mainline: 8a65ab00b625139984aeb6c3a1a93f8bc9d3fc85
git-subtree-split: a261579a74bc3bf9ec673ef190f1ec4bb625b86b
Diffstat (limited to 'user/xresources/.xresources/main')
-rw-r--r--user/xresources/.xresources/main42
1 files changed, 42 insertions, 0 deletions
diff --git a/user/xresources/.xresources/main b/user/xresources/.xresources/main
new file mode 100644
index 00000000..b73f1d34
--- /dev/null
+++ b/user/xresources/.xresources/main
@@ -0,0 +1,42 @@
+#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:              1
+st.chscale:               1.2
+st.bold_font:             0
+st.mouseScrollLines:      3
+
+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: