bspwm, Compton: Behavior and window rules
This commit is contained in:
@@ -100,6 +100,7 @@ shadow-exclude = [
|
||||
"class_g ?= 'Cairo-dock'",
|
||||
"class_g ?= 'Xfce4-notifyd'",
|
||||
"class_g ?= 'Xfce4-power-manager'",
|
||||
"class_g ?= 'Wine'",
|
||||
#"window_type = 'dock'",
|
||||
"_GTK_FRAME_EXTENTS@:c"
|
||||
];
|
||||
@@ -132,7 +133,8 @@ blur-background-frame = false;
|
||||
blur-background-fixed = false;
|
||||
blur-background-exclude = [
|
||||
"window_type = 'dock'",
|
||||
"window_type = 'desktop'"
|
||||
"window_type = 'desktop'",
|
||||
"class_g ?= 'Wine'"
|
||||
];
|
||||
|
||||
#################################
|
||||
@@ -178,7 +180,7 @@ detect-client-opacity = true;
|
||||
|
||||
# Specify refresh rate of the screen.
|
||||
# If not specified or 0, compton will try detecting this with X RandR extension.
|
||||
refresh-rate = 60;
|
||||
refresh-rate = 144;
|
||||
|
||||
# Set VSync method. VSync methods currently available:
|
||||
# none: No VSync
|
||||
|
||||
Reference in New Issue
Block a user