# HG changeset patch # User Meredith Howard # Date 1486621475 18000 # Node ID b72d55719b94aa6206516a033d6d7a51a88508a4 # Parent ef051cb1651ee5795973edf53bc911379f0a9434 tweak rxvt behavior diff --git a/.Xdefaults b/.Xdefaults --- a/.Xdefaults +++ b/.Xdefaults @@ -15,10 +15,17 @@ URxvt.scrollstyle: plain URxvt.scrollBar_right: true URxvt.scrollBar_floating: true +URxvt.scrollTtyOutput: false +URxvt.scrollWithBuffer: true +URxvt.scrollTtyKeypress: true + +URxvt.skipScroll: true + URxvt.visualBell: true URxvt.urgentOnBell: true URxvt.saveLines: 1000 +URxvt.fading: 15 ! keep LCtrl+LShift+[0-9a-f] unicode insertion URxvt.iso14755: true