From 3c63393ea9a33f3641e3242c7b18fd634c1aee04 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 28 Nov 2021 11:51:43 +0100 Subject: Xresources: customize reselect hint colors --- dotfiles/Xresources | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/Xresources b/dotfiles/Xresources index 462f771..874d827 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -33,11 +33,15 @@ URxvt.scrollTTYOutput: true URxvt.scrollTTYKeyPress: true URxvt.inputMethod: ibus URxvt.preeditType: OverTheSpot + URxvt.keysym.M-u: reselect:url URxvt.keysym.M-g: reselect:git_hash URxvt.keysym.M-i: reselect:message_id URxvt.keysym.M-w: reselect:user.0 URxvt.reselect.pattern.0: \\w\\S{4,} +URxvt.reselect.hint.backgroundColor: 30 +URxvt.reselect.hint.foregroundColor: 232 + URxvt.urgentOnBell: true URxvt.saveLines: 16384 -- cgit v1.2.3