dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 8b409d39f1f29bcccaf613eaef4e46f486bed581
parent 8d260959b4033a86e525e2e2ea48c6278849e49a
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Sun, 10 Sep 2023 20:59:06 -0500

Updated Xresources

Remove transparency for efficiency

Diffstat:
M.config/X11/Xresources | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.config/X11/Xresources b/.config/X11/Xresources @@ -1,4 +1,4 @@ -URxvt*geometry: 80x25 +URxvt.geometry: 80x25 URxvt.font: xft:monospace:size=10,\ xft:Symbola @@ -10,9 +10,9 @@ URxvt.letterSpace: -1 URxvt.cursorBlink: true URxvt.perl-ext-common: resize-font -*.alpha: 0.1 -URxvt.depth: 32 -URxvt.background: rgba:FFFF/FFFF/FFFF/AAAA +!*.alpha: 0.1 +! URxvt.depth: 32 +! URxvt.background: [75]#ffffff *.background: #fff *.foreground: #222