From 09450de2a139f5a56c6acc8f9c4ceadb0c233486 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 10 Sep 2015 17:30:29 +0300 Subject: [PATCH] Xresources: reloading & enable plain srollbar --- conf/Xresources | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/conf/Xresources b/conf/Xresources index 62e257d4..b5e87a53 100644 --- a/conf/Xresources +++ b/conf/Xresources @@ -1,6 +1,8 @@ ! Arch package: rxvt-unicode ! Debian package: rxvt-unicode-256color +! To reload this file, `xrdb ~/.Xresources` + ! Compile xft: Attempt to find a visual with the given bit depth; ! URxvt*depth: bitdepth @@ -106,13 +108,14 @@ URxvt*urgentOnBell: true ! URxvt*print-pipe: string ! Set scrollbar style to rxvt, plain, next or xterm. plain is the -! URxvt*scrollstyle: mode +! smallest option. +URxvt*scrollstyle: plain ! Set the scrollbar width in pixels. ! URxvt*thickness: number ! True: enable the scrollbar [default]; option -sb. False: disable -URxvt*scrollBar: false +URxvt*scrollBar: true ! True: place the scrollbar on the right of the window; option -sr. ! URxvt*scrollBar_right: boolean