mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-17 05:40:34 +00:00
bit connect
This commit is contained in:
@@ -188,7 +188,8 @@ active-opacity = 1.0;
|
||||
focus-exclude = [
|
||||
"class_g = 'Cairo-clock'",
|
||||
"class_g = 'Bar'", # lemonbar
|
||||
"class_g = 'slop'" # maim
|
||||
"class_g = 'slop'",# maim
|
||||
"class_g = 'mpv'"
|
||||
];
|
||||
|
||||
# Use fixed inactive dim value, instead of adjusting according to window opacity.
|
||||
@@ -262,7 +263,7 @@ opacity-rule = [
|
||||
|
||||
blur: {
|
||||
# requires: https://github.com/ibhagwan/picom
|
||||
method = "kawase";
|
||||
method = "dual_kawase";
|
||||
#method = "kernel";
|
||||
strength = 2;
|
||||
# deviation = 1.0;
|
||||
@@ -335,7 +336,6 @@ detect-client-opacity = true;
|
||||
# try detecting this with X RandR extension.
|
||||
#
|
||||
# refresh-rate = 60
|
||||
refresh-rate = 0
|
||||
|
||||
# Limit picom to repaint at most once every 1 / 'refresh_rate' second to
|
||||
# boost performance. This should not be used with
|
||||
|
||||
Reference in New Issue
Block a user