diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-02-26 13:14:56 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-02-26 13:14:56 +0200 |
| commit | bb4472a1cce46b897b9b5cfb13116bc868e83988 (patch) | |
| tree | e48631924756b05c177091ea62ff97b4ffb7a587 /.config/picom | |
| parent | 35dff8dea9b3186b8f26bd510e2a496796dc9366 (diff) | |
| download | dotfiles-bb4472a1cce46b897b9b5cfb13116bc868e83988.tar.gz dotfiles-bb4472a1cce46b897b9b5cfb13116bc868e83988.zip | |
Disabled shadows
Diffstat (limited to '.config/picom')
| -rw-r--r-- | .config/picom/picom.conf | 11 |
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"; |
