diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2021-11-29 00:02:03 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2021-11-29 00:02:03 +0530 |
commit | e9c4c72cfaf8b5c5f0320d518111a577d62cb602 (patch) | |
tree | d03c9908977142d3107644d399016b1740dfe054 /.config/picom.conf | |
parent | 8d21875970801b81d334131f93c97476f7a6154e (diff) |
changed transparency in alacritty
Diffstat (limited to '.config/picom.conf')
-rw-r--r-- | .config/picom.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/picom.conf b/.config/picom.conf index 8ab18b1..ac6962e 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -91,7 +91,7 @@ shadow-exclude = [ # Fade windows in/out when opening/closing and when opacity changes, # unless no-fading-openclose is used. # fading = false -fading = true +fading = false # Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028) # fade-in-step = 0.028 @@ -128,11 +128,11 @@ inactive-opacity = 1; frame-opacity = 1; # Default opacity for dropdown menus and popup menus. (0.0 - 1.0, defaults to 1.0) -menu-opacity = 0.9; +menu-opacity = 1; # Let inactive opacity set by -i override the '_NET_WM_OPACITY' values of windows. # inactive-opacity-override = true -inactive-opacity-override = false; +inactive-opacity-override = true; # Default opacity for active windows. (0.0 - 1.0, defaults to 1.0) # active-opacity = 1.0 @@ -172,7 +172,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; # Bad in performance, with driver-dependent behavior. # The name of the switch may change without prior notifications. # -# blur-background = false +blur-background = false # Blur background of windows when the window frame is not opaque. # Implies: @@ -248,7 +248,7 @@ detect-client-opacity = true; # try detecting this with X RandR extension. # # refresh-rate = 60 -refresh-rate = 0 +refresh-rate = 144 # Limit picom to repaint at most once every 1 / 'refresh_rate' second to # boost performance. This should not be used with |