aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/picom/picom.conf11
1 files changed, 6 insertions, 5 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index 116103d..d189670 100644
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -23,7 +23,7 @@ rounded-corners-exclude = [
# "class_g = 'alacritty'",
# "class_g = 'Org.gnome.Nautilus'",
# "class_g = 'Nemo'",
- "class_g = 'firefox'",
+# "class_g = 'firefox'",
# "class_g = 'Rofi'",
# "class_g = 'Spotify'",
# "class_g = 'discord'",
@@ -52,8 +52,8 @@ round-borders = 1;
# (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow,
# unless explicitly requested using the wintypes option.
#
-# shadow = false
-shadow = true;
+shadow = false;
+#shadow = true;
# The blur radius for shadows, in pixels. (defaults to 12)
# shadow-radius = 12
@@ -112,6 +112,7 @@ shadow-exclude = [
#"class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'",
"class_g = 'Polybar'",
+ "class_g = 'Nwg-menu'",
# "class_g = 'Rofi'"
"_GTK_FRAME_EXTENTS@:c"
];
@@ -185,7 +186,7 @@ inactive-dim = 0.2
# Specify a list of conditions of windows that should always be considered focused.
# focus-exclude = []
-focus-exclude = ["class_g = 'Plank'", "class_g = 'st'", "class_g = 'kitty'", "class_g = 'wezterm'", "class_g = 'Alacritty'", "class_g = 'firefox'"];
+focus-exclude = ["class_g = 'Plank'", "class_g = 'Nwg-menu'", "class_g = 'st'", "class_g = 'kitty'", "class_g = 'wezterm'", "class_g = 'Alacritty'", "class_g = 'firefox'"];
# Use fixed inactive dim value, instead of adjusting according to window opacity.
# inactive-dim-fixed = 1.0
@@ -272,7 +273,7 @@ blur-background-exclude = [
# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
# `xrender` is the default one.
#
-experimental-backends = true;
+#experimental-backends = true;
#backend = 'glx'
backend = "glx";
#backend = "xrender";