From 03690a5f9fcec5eb369571f1fd8b7069f34c296b Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sun, 24 Jan 2021 11:35:02 +0000 Subject: [PATCH] X11: remove unused urxvt configuration urxvt is a dated and broken terminal emulator. It fails to render simple modern glyphs like emojis and powerline. There are much better alternatives available now like Termite, Alacritty or Kitty. Signed-off-by: Joe Groocock --- X11/xresources | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) diff --git a/X11/xresources b/X11/xresources index 5ec2e4a..d188f2a 100644 --- a/X11/xresources +++ b/X11/xresources @@ -37,53 +37,3 @@ Xft.hintstyle: hintfull Xft.lcdfilter: lcddefault Xcursor.theme: Breeze_Obsidian - -!!======================!! -!! RXVT-unicode setting !! -!!======================!! - -urxvt.depth: 32 -urxvt.internalBorder: 16 -urxvt.blurRadius: 25 -urxvt.saveLines: 10000 -urxvt.preeditType: Root - -urxvt.scrollBar: false -urxvt.jumpScroll: false -urxvt.scrollTtyOutput: false -urxvt.scrollWithBuffer: true -urxvt.scrollTtyKeypress: true - -urxvt.altSendsEscape: true -xterm.metaSendsEscape: true - -urxvt.termName: xterm-256color - -urxvt.font: xft:Source Code Pro:style=regular:size=9 -urxvt.imFont: xft:Source Code Pro:style=regular:size=9 -urxvt.boldFont: xft:Source Code Pro:style=bold:size=9 -urxvt.italicFont: xft:Source Code Pro:style=italic:size=9 -urxvt.boldItalicFont: xft:Source Code Pro:style=bold,italic:size=9 - - -urxvt.iso14755: false -urxvt.iso14755_52: false -urxvt.perl-ext-common: default,vtwheel,font-size -urxvt.url-launcher: /usr/bin/firefox -urxvt.matcher.button: 1 - -urxvt.keysym.C-Up: font-size:increase -urxvt.keysym.C-Down: font-size:decrease -urxvt.keysym.C-equal: font-size:reset -urxvt.keysym.C-slash: font-size:show - -! special -*.foreground: #ECEFF1 -*.background: #002B36 -*.cursorColor: #5294E2 -*.highlightColor: #5294E2 -urxvt.background: [95]#383C4A -urxvt.scrollColor: #767B87 -urxvt.dynamicColors: on -urxvt.highlightSelection: true -urxvt.colorMode: on