From 00b347de62859b9c0811eb6a29c6ea47f648c082 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 24 Oct 2021 21:56:00 +0200 Subject: color configuration --- rxvt/.urxvt/urxvt.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'rxvt/.urxvt') diff --git a/rxvt/.urxvt/urxvt.conf b/rxvt/.urxvt/urxvt.conf index 55aa389..b2328d5 100644 --- a/rxvt/.urxvt/urxvt.conf +++ b/rxvt/.urxvt/urxvt.conf @@ -1,7 +1,8 @@ ! Ce fichier doit être chargé via la directive include dans le fichier .Xdefaults ! Police TTF -URxvt*font: xft:Bitstream Vera Sans Mono:style=Regular:pixelsize=14:antialias=true +URxvt*font: xft:Bitstream Vera Sans Mono:style=Regular:size=10:antialias=true + xterm*FaceName: Bitstream Vera Sans Mono xterm*FaceSize: 10 @@ -18,7 +19,7 @@ URxvt.termName:rxvt-256color URxvt*urgentOnBell: true ! plugin tabbedex for URxvt -URxvt.perl-ext: tabbedex,selection-to-clipboard +URxvt.perl-ext: tabbedex,selection-to-clipboard,pasta URxvt.tabbed.tabbar-fg: 7 URxvt.tabbed.tabbar-bg: 0 URxvt.tabbed.tab-fg: 0 @@ -27,6 +28,11 @@ URxvt.tabbed.title-bg: 0 URxvt.tabbed.title-fg: 7 URxvt.tabbed.title: false URxvt.tabbed.autohide: true +URxvt.keysym.M-Escape:perl:keyboard-select:activate +URxvt.keysym.Control-Shift-V: perl:pasta:paste +! Comment this if you don’t want copy when text is selected +URxvt.clipboard.autocopy: true +URxvt.underlineURLs: True !! Black urxvt.color0 : _background -- cgit v1.2.3