diff options
Diffstat (limited to '.config/picom')
-rw-r--r-- | .config/picom/picom.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 3ca757e..c5ae784 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -13,7 +13,7 @@ rounded-corners-exclude = [ ]; opacity-rule = [ "100: name *= 'YouTube'", - "100: name *= 'hub'", // not sus + "100: name *= 'Pornhub'", // not sus "100: name ~= 'ヰカちゃん♡♡~ – \\\\([0-9]+\\\\)'", // my girlfriend is more important than my rice "100: name ~= 'Вика Цой'", @@ -24,7 +24,7 @@ opacity-rule = [ // "75: class_g = 'Sakura' && name *= 'BashTOP'", // commented out for better times "84: class_g = 'Sakura' && focused", - "63: class_g = 'Sakura'", + "69: class_g = 'Sakura'", ]; blur = { method = "gaussian"; |