diff options
Diffstat (limited to '.config/picom/picom.conf')
| -rw-r--r-- | .config/picom/picom.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index f7096d8..d99343c 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -185,7 +185,7 @@ inactive-dim = 0.2 # Specify a list of conditions of windows that should always be considered focused. # focus-exclude = [] -focus-exclude = ["class_g = 'Plank'", "class_g = 'st'", "class_g = 'kitty'", "class_g = 'Alacritty'", "class_g = 'firefox'"]; +focus-exclude = ["class_g = 'Plank'", "class_g = 'st'", "class_g = 'kitty'", "class_g = 'wezterm'", "class_g = 'Alacritty'", "class_g = 'firefox'"]; # Use fixed inactive dim value, instead of adjusting according to window opacity. # inactive-dim-fixed = 1.0 @@ -196,7 +196,7 @@ focus-exclude = ["class_g = 'Plank'", "class_g = 'st'", "class_g = 'kitty'", "cl # programs that set '_NET_WM_WINDOW_OPACITY' on frame or client windows. # example: # opacity-rule = [ "80:class_g = 'URxvt'" ]; -opacity-rule = ["80:class_g = 'URxvt'", "100:class_g = 'firefox'", "100:class_g = 'Zathura'", "80:class_g = 'Spotify'", "80:class_g *?= 'Rofi'", "100:class_g = 'kitty' && focused", "100:class_g = 'kitty' && !focused", "100:class_g = 'Alacritty' && focused", "100:class_g = 'Alacritty' && !focused"]; +opacity-rule = ["80:class_g = 'URxvt'", "100:class_g = 'firefox'", "100:class_g = 'Zathura'", "80:class_g = 'Spotify'", "80:class_g *?= 'Rofi'", "100:class_g = 'kitty' && focused", "100:class_g = 'kitty' && !focused", "100:class_g = 'Alacritty' && focused", "100:class_g = 'Alacritty' && !focused", "100:class_g = 'wezterm' && focused", "100:class_g = 'wezterm' && !focused"]; # #opacity-rule = ["85:class_g ?= 'Alacritty' && focused"]; @@ -249,6 +249,7 @@ blur-background-exclude = [ "_GTK_FRAME_EXTENTS@:c", "class_g = 'kitty'", "class_g = 'Alacritty'", + "class_g = 'wezterm'", # "class_g = 'Polybar'", "class_g = 'URxvt'", "class_g = 'scratch'", |
