Remove shadows and blur (they causes dark picture when using hacksaw)
This commit is contained in:
42
picom.conf
42
picom.conf
@@ -3,27 +3,27 @@
|
|||||||
#################################
|
#################################
|
||||||
|
|
||||||
|
|
||||||
shadow = true;
|
# shadow = true;
|
||||||
shadow-radius = 7;
|
# shadow-radius = 10;
|
||||||
shadow-offset-x = -7;
|
# shadow-offset-x = -7;
|
||||||
shadow-offset-y = -7;
|
# shadow-offset-y = -7;
|
||||||
|
|
||||||
# Red color value of shadow (0.0 - 1.0, defaults to 0).
|
# # Red color value of shadow (0.0 - 1.0, defaults to 0).
|
||||||
# shadow-red = 0
|
# # shadow-red = 0
|
||||||
|
|
||||||
# Green color value of shadow (0.0 - 1.0, defaults to 0).
|
# # Green color value of shadow (0.0 - 1.0, defaults to 0).
|
||||||
# shadow-green = 0
|
# # shadow-green = 0
|
||||||
|
|
||||||
# Blue color value of shadow (0.0 - 1.0, defaults to 0).
|
# # Blue color value of shadow (0.0 - 1.0, defaults to 0).
|
||||||
# shadow-blue = 0
|
# # shadow-blue = 0
|
||||||
|
|
||||||
shadow-exclude = [
|
# shadow-exclude = [
|
||||||
"name = 'Notification'",
|
# "name = 'Notification'",
|
||||||
"class_g = 'Conky'",
|
# "class_g = 'Conky'",
|
||||||
"class_g ?= 'Notify-osd'",
|
# "class_g ?= 'Notify-osd'",
|
||||||
"class_g = 'Cairo-clock'",
|
# "class_g = 'Cairo-clock'",
|
||||||
"_GTK_FRAME_EXTENTS@:c"
|
# "_GTK_FRAME_EXTENTS@:c"
|
||||||
];
|
# ];
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
# Fading #
|
# Fading #
|
||||||
@@ -55,9 +55,9 @@ opacity-rule = [
|
|||||||
# Blur #
|
# Blur #
|
||||||
#################################
|
#################################
|
||||||
|
|
||||||
blur-method = "kernel"
|
# blur-method = "kernel"
|
||||||
blur-background = true
|
# blur-background = true
|
||||||
blur-kern = "15,15,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,"
|
# blur-kern = "15,15,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,"
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
# General Settings #
|
# General Settings #
|
||||||
@@ -66,7 +66,7 @@ blur-kern = "15,15,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
|
|||||||
|
|
||||||
# daemon = false
|
# daemon = false
|
||||||
|
|
||||||
backend = "glx";
|
backend = "xrender";
|
||||||
vsync = true
|
vsync = true
|
||||||
|
|
||||||
# Try to detect WM windows (a non-override-redirect window with no
|
# Try to detect WM windows (a non-override-redirect window with no
|
||||||
|
|||||||
Reference in New Issue
Block a user