diff --git a/Xresources/.Xresources b/Xresources/.Xresources new file mode 100644 index 0000000..7ded012 --- /dev/null +++ b/Xresources/.Xresources @@ -0,0 +1 @@ +#include ".Xresources.d/urxvt" diff --git a/Xresources/.Xresources.d/urxvt b/Xresources/.Xresources.d/urxvt new file mode 100644 index 0000000..de850e3 --- /dev/null +++ b/Xresources/.Xresources.d/urxvt @@ -0,0 +1,20 @@ +! Do not show scrollbar +URxvt.scrollBar: false + +! do not scroll with output +URxvt*scrollTtyOutput: false + +! scroll in relation to buffer +URxvt*scrollWithBuffer: true + +! scroll back to the bottom by keypress +URxvt*scrollTtyKeypress: true + +! scroll in scondary screen +URxvt.secondaryScroll: 0 + +! font +URxvt.font: xft:DejaVu Sans Mono for Powerline:pixelsize=14 +URxvt.letterSpace: -1 + +URxvt.fading: 5