From 1caf4dce59461c22ae79fba6efdebb8aff9a4f06 Mon Sep 17 00:00:00 2001 From: Joachim Nielandt Date: Thu, 28 Oct 2021 10:44:22 +0200 Subject: [PATCH] No more opacity on unfoused windows, annoying on multi monitor. --- dot_config/picom/picom.conf | 2 +- dot_dotfiles/i3/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/picom/picom.conf b/dot_config/picom/picom.conf index e3b4b6e..a064e31 100644 --- a/dot_config/picom/picom.conf +++ b/dot_config/picom/picom.conf @@ -106,7 +106,7 @@ shadow-ignore-shaped = false; # ################################# -inactive-opacity = 0.8; +inactive-opacity = 1; active-opacity = 1; frame-opacity = 1; inactive-opacity-override = false; diff --git a/dot_dotfiles/i3/config b/dot_dotfiles/i3/config index a506992..389dc8a 100644 --- a/dot_dotfiles/i3/config +++ b/dot_dotfiles/i3/config @@ -461,7 +461,7 @@ set $transparent #ffffff00 # This is how you would get a colors from xrdb # set_from_resource $color0 i3wm.color0 #000000 -# window color class [border|backgr.|text|indicator|child_border] +# window color class [border| backgr.| text| indicator| child_border] client.focused $gray_245 $dark0_hard $light0_hard $bright_orange $bright_green client.focused_inactive $dark0_hard $dark0_hard $light0_hard $dark0_hard $dark0_hard client.unfocused $dark0_hard $dark0_hard $light0_hard $dark0_hard #FFFFFF00