From: ds6 Date: Wed, 17 Jan 2018 08:17:57 +0000 (-0600) Subject: added full transparent bg term, changed class name X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/commitdiff_plain/2a766e9276a350683c2703f7b99c69397525c0d0?ds=sidebyside;hp=a58ad2f0f50aeb3e5525cc7324503969d687f70b added full transparent bg term, changed class name fixed compton config as well --- diff --git a/base/.Xresources b/base/.Xresources index 2297915..13ae3b4 100644 --- a/base/.Xresources +++ b/base/.Xresources @@ -85,7 +85,7 @@ URxvt.visualBell: true URxvt.url-launcher: /usr/local/bin/xdg-open URxvt.matcher.button: 1 -URxvt.matcher.pattern.0: \\w+:\\/\*[\\w\\-][\\w\\-\\.]*\\.\\w+(?::\\d)?(?:\\/[\\w\\-\\.\\/?&@#%_]*)? +URxvt.matcher.pattern.0: \\w+:/\+[\\w-](?:\\.?[\\w-]+)*(?::\\d{1,5})?(?:/(?:[/!#$&\\-;=?-[\\]_a-zA-Z~]|%[0-9a-fA-F]{2})*)? URxvt.matcher.rend.0: Uline Bold fg6 ! URxvt.matcher.pattern.1: \\s(/\\S+?):(\\d+)(?=:|$) ! URxvt.matcher.rend.1: Uline fg3 @@ -100,19 +100,33 @@ URxvt.keysym.M-slash: font-size:show URxvt.print-pipe: cat > "$HOME/urxvt-$(date +'%Y-%m-%d-%H%M%S')" -! bg terminal -URxvtBG.termName: rxvt-256color -URxvtBG.perl-ext: -URxvtBG.perl-ext-common: +! bg terminal 1 +TermBg1.termName: rxvt-256color +TermBg1.perl-ext: +TermBg1.perl-ext-common: -URxvtBG.scrollBar: false -URxvtBG.cursorUnderline: true -URxvtBG.visualBell: true +TermBg1.scrollBar: false +TermBg1.cursorUnderline: true +TermBg1.visualBell: true -URxvtBG.depth: 32 -URxvtBG.borderLess: true -URxvtBG.transparent: true -URxvtBG.shading: 80 +TermBg1.depth: 32 +TermBg1.borderLess: true +TermBg1.transparent: true +TermBg1.shading: 80 +TermBg1.blurRadius: 2x4 + +! bg terminal 2 +TermBg2.termName: rxvt-256color +TermBg2.perl-ext: +TermBg2.perl-ext-common: + +TermBg2.scrollBar: false +TermBg2.cursorUnderline: true +TermBg2.visualBell: true + +TermBg2.depth: 32 +TermBg2.borderLess: true +TermBg2.transparent: true ! xvkbd xvkbd.Alt_R.width: 1 diff --git a/base/.xinitrc b/base/.xinitrc index bf14d4f..12a9dc0 100755 --- a/base/.xinitrc +++ b/base/.xinitrc @@ -29,9 +29,9 @@ xset s off xset dpms 0 0 600 # root terminal -urxvt -name URxvtBG -override-redirect -geometry x5+0-0 \ +urxvt -name TermBg1 -override-redirect -geometry x5+0--1 \ -e tail -F /var/log/messages & -xdotool search --limit 1 --sync --classname URxvtBG windowsize -usehints 100% 6 +xdotool search --limit 1 --sync --classname TermBg1 windowsize -usehints 100% 6 # tray icons #"$HOME/src/phwmon/phwmon.py" --mem --mem_percent --net --io --bg \#0000 & diff --git a/xdg/compton.conf b/xdg/compton.conf index d1c8065..fcdfcb0 100644 --- a/xdg/compton.conf +++ b/xdg/compton.conf @@ -16,8 +16,9 @@ shadow-exclude = [ "class_g = 'i3-frame'", # fullscreen/dmenu "x = 0 && y = 0 && override_redirect = true", - # root terminal - "class_i = 'URxvtRoot'" + # bg terminals + "class_i = 'TermBg1'", + "class_i = 'TermBg2'" ]; shadow-ignore-shaped = true;