aboutsummaryrefslogtreecommitdiff
path: root/.config/picom/picom.conf
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-07-26 21:13:50 +0200
committersrdusr <trevorgray@srdusr.com>2023-07-26 21:13:50 +0200
commite20db32dc45eaecfb6a16777abef9e909a268569 (patch)
treeefedda85bba64a0a37c488eaf90b19c3afab2467 /.config/picom/picom.conf
parent7c7439cae4bdf3fbe08d1cd28f23ca9daa70a4da (diff)
downloaddotfiles-e20db32dc45eaecfb6a16777abef9e909a268569.tar.gz
dotfiles-e20db32dc45eaecfb6a16777abef9e909a268569.zip
Blur betterlockscreen
Diffstat (limited to '.config/picom/picom.conf')
-rw-r--r--.config/picom/picom.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index 310e8fc..1e071ed 100644
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -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", "100:class_g = 'wezterm' && focused", "100:class_g = 'wezterm' && !focused"];
+opacity-rule = ["80:class_g = 'betterlockscreen'", "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"];