From 0421a7c029adbf1490eec630d60d503e0d0a085a Mon Sep 17 00:00:00 2001 From: ALittlePatate Date: Thu, 26 Oct 2023 17:37:37 +0200 Subject: [PATCH] fixed broken emacs --- .Xresources | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/.Xresources b/.Xresources index d2ba55f..03caa4a 100755 --- a/.Xresources +++ b/.Xresources @@ -1,12 +1,10 @@ -Xft.dpi: 96 -Xft.antialias: 1 -Xft.hinting: 1 -Xft.hintstyle: hintmedium +Xft.dpi: 96 +Xft.antialias: 1 +Xft.hinting: 1 +Xft.hintstyle: hintmedium -*termName: rxvt *depth: 32 *transparent: false -*font: xft:mono:size=22 *scrollBar: false *iconFile: .rexim/icons/terminal-icon.png *lineSpace: -1 @@ -41,12 +39,3 @@ Xft.hintstyle: hintmedium *color7: #a89984 *color15: #ebdbb2 -URxvt.perl-ext-common: resize-font,matcher -URxvt.url-launcher: /usr/bin/xdg-open -URxvt.matcher.button: 1 - -URxvt.keysym.C-parenright: resize-font:smaller -URxvt.keysym.C-equal: resize-font:bigger -URxvt.keysym.C-agrave: resize-font:reset - -