From 2d1ae05a8667f3b09e9376a1e9de6bfd1780be18 Mon Sep 17 00:00:00 2001 From: jon Date: Tue, 6 Apr 2021 21:26:07 -0500 Subject: [PATCH] Remove transparency in X, update git config --- config/.config/git/config | 2 ++ x/.Xresources | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config/.config/git/config b/config/.config/git/config index cf65111..36fae64 100644 --- a/config/.config/git/config +++ b/config/.config/git/config @@ -16,3 +16,5 @@ sl = stash list --pretty=format:\"%C(red)%h%C(reset) - %C(dim yellow)(%C(bold magenta)%gd%C(dim yellow))%C(reset) %<(70,trunc)%s %C(gree n)(%cr) %C(bold blue)<%an>%C(reset)\" discard = !git stash save --keep-index --include-untracked && git stash drop ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat +[status] + submoduleSummary = true diff --git a/x/.Xresources b/x/.Xresources index 2d6cfd7..065c329 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -7,8 +7,8 @@ URxvt.boldFont: xft:Terminus:bold:size=14:antialias=true !URxvt*shading: 6 !!! Real transparency (compositing) -URxvt.depth: 32 -URxvt.background: rgba:0000/0000/0000/eeee +!URxvt.depth: 32 +!URxvt.background: rgba:0000/0000/0000/eeee !urxvt*background: rgba:0000/0000/0200/c800 !URxvt.background: rgba:1111/1111/1111/dddd @@ -18,7 +18,7 @@ URxvt*url-launcher: /usr/bin/xdg-open URxvt*internalBorder: 20 ! URxvt.blurRadius: 25 -!URxvt*.termName: rxvt-unicode-256color +URxvt*.termName: rxvt-unicode-256color ! special *.foreground: #c5c8c6