summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-11-28 11:51:43 +0100
committerAnton Khirnov <anton@khirnov.net>2021-11-28 11:51:43 +0100
commit3c63393ea9a33f3641e3242c7b18fd634c1aee04 (patch)
treea954c67334bad654605cdc13c3c6cc696b6a3413
parent1b10345a07ec57b9608b776f1ec1bb225591fe2c (diff)
Xresources: customize reselect hint colors
-rw-r--r--dotfiles/Xresources4
1 files changed, 4 insertions, 0 deletions
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