aboutsummaryrefslogtreecommitdiff
path: root/.config/picom/picom.conf
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2023-02-13 13:41:45 -0600
committerAaditya Dhruv <[email protected]>2023-02-13 13:41:45 -0600
commit435dc20b5183f038d9a6a3c23199294ed1111986 (patch)
tree88777dfd7a694d033be95abba8ccbfa50764f86b /.config/picom/picom.conf
parent7f2a7a6fa6425072ed347f09e69060af5611198c (diff)
dunsts, polybar, picom
Diffstat (limited to '.config/picom/picom.conf')
-rw-r--r--.config/picom/picom.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index 37ccd8e..239a456 100644
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -2,7 +2,7 @@
# Corners #
#################################
# requires: https://github.com/sdhand/compton
-corner-radius = 15.0;
+corner-radius = 10.0;
rounded-corners-exclude = [
"window_type = 'tooltip'",
"window_type = 'popup_menu'",
@@ -49,11 +49,11 @@ shadow-radius = 0;
# The left offset for shadows, in pixels. (defaults to -15)
# shadow-offset-x = -15
-shadow-offset-x = -7;
+shadow-offset-x = 0;
# The top offset for shadows, in pixels. (defaults to -15)
# shadow-offset-y = -15
-shadow-offset-y = -7;
+shadow-offset-y = 0;
# Avoid drawing shadows on dock/panel windows. This option is deprecated,
# you should use the *wintypes* option in your config file instead.
@@ -181,7 +181,7 @@ inactive-dim-fixed = 1;
# Note we don't make any guarantee about possible conflicts with other
# programs that set '_NET_WM_WINDOW_OPACITY' on frame or client windows.
# example:
- opacity-rule = [ "100:class_g = 'firefox'", "100:class_g = 'Polybar'" ];
+ opacity-rule = [ "100:class_g = 'firefox'", "80:class_g = 'Polybar'", "100:class_g = 'steam'", "100:class_g = 'wine'", ];
#
# opacity-rule = []