aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-03-18 15:17:02 -0400
committertdro <tdro@users.noreply.github.com>2021-03-18 15:17:02 -0400
commit4d55a01e688a38f409ae90c9d9a63107e8883a29 (patch)
tree3fc4ef8d92363f49988b270053c3bd5f4fb340b4
parent2976f8e4dcad9de8720e11d815fafc1d49ba873f (diff)
downloaddotfiles-4d55a01e688a38f409ae90c9d9a63107e8883a29.tar.gz
dotfiles-4d55a01e688a38f409ae90c9d9a63107e8883a29.tar.bz2
dotfiles-4d55a01e688a38f409ae90c9d9a63107e8883a29.zip
.config/X11/Xresources: Remove url select extension
-rw-r--r--.config/X11/Xresources6
1 files 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