From a55bcab62ee5d7198ee11a8e801895404d5d14cf Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 22 Apr 2016 18:24:36 +0100 Subject: Add base16 colorscheme --- Xresources/.Xresources/base | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 Xresources/.Xresources/base (limited to 'Xresources/.Xresources/base') diff --git a/Xresources/.Xresources/base b/Xresources/.Xresources/base deleted file mode 100644 index 6a17306..0000000 --- a/Xresources/.Xresources/base +++ /dev/null @@ -1,31 +0,0 @@ -! URXVT ! - -! General settings -URxvt.loginShell : true -URxvt.termName : rxvt-256color - -! Custom META key -URxvt*modifier: alt - -! Copy-paste configuration -URxvt.clipboard.copycmd: xclip -i -selection clipboard -URxvt.clipboard.pastecmd: xclip -o -selection clipboard - -! Perl extensions configuration -URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,resize -URxvt.url-select.launcher: /usr/bin/qutebrowser -URxvt.url-select.underline: true - -! Key bindings for extensions -URxvt.keysym.M-Escape: perl:keyboard-select:activate -URxvt.keysym.M-s: perl:keyboard-select:search -URxvt.keysym.M-u: perl:url-select:select_next -URxvt.keysym.M-y: perl:clipboard:copy -URxvt.keysym.M-p: perl:clipboard:paste -URxvt.resize-font.smaller: C-minus -URxvt.resize-font.bigger: C-plus - -! Appearance -URxvt*font: xft:DejaVu Sans Mono:size=12 -URxvt*scrollBar: false -URxvt*internalBorder: 0 -- cgit v1.2.3