dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 6e4c5b1e83340fd5a4a1475ac0eff33bda670ea1
parent f421a4028fbddb4f1619fd2d1fd78abedff9c1ba
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Fri, 27 Sep 2019 22:36:42 -0400

Compton update


Former-commit-id: 59b72ea36f092d53646aa0fd32c8e075ddda93df
Diffstat:
Mcompton/config | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/compton/config b/compton/config @@ -6,14 +6,6 @@ glx-swap-method = 2; xrender-sync = true; xrender-sync-fence = true; -# transparancy settings for i3 -opacity-rule = -[ - "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", - "90:class_g = 'termite' && focused", - "0:class_g = 'termite' && !focused" -]; - # workspace opacity transition for i3 fading = true; fade-delta = 2.1;