From 4d55a01e688a38f409ae90c9d9a63107e8883a29 Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 18 Mar 2021 15:17:02 -0400 Subject: .config/X11/Xresources: Remove url select extension --- .config/X11/Xresources | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.config/X11/Xresources b/.config/X11/Xresources index 2b5d024..375087d 100644 --- a/.config/X11/Xresources +++ b/.config/X11/Xresources @@ -2,10 +2,11 @@ ! URxvt Settings ! ----------------- -URxvt.perl-ext-common: default,matcher,font-size,vtwheel,url-select,keyboard-select +URxvt.perl-ext-common: default,matcher,font-size,vtwheel,keyboard-select URxvt.url-launcher: /usr/bin/env firefox URxvt.url-select.launcher: /usr/bin/env firefox +URxvt.keysym.M-Escape: perl:keyboard-select:activate URxvt.matcher.button: 1 URxvt.internalBorder: 10 @@ -15,9 +16,6 @@ URxvt.cursorUnderline: 0 URxvt.cursorBlink: 1 URxvt.cursorColor: #69AEFF -URxvt.keysym.M-Escape: perl:keyboard-select:activate -URxvt.keysym.M-m: perl:url-select:select_next - URxvt*font: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10 URxvt.boldFont: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10 URxvt.italicFont: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10 -- cgit v1.2.3