summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2024-01-13 16:28:10 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2024-01-13 16:28:10 +0300
commitd497a439c8f7eb7501a7e59ee13d08f0759170ac (patch)
treeed81ce6b27159bf1cca18390e79605c5ef2b8c69
parent3bdc13581786e29dcc4567a7318f61353f3b7931 (diff)
picom exclude dnd
-rw-r--r--picom/picom.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/picom/picom.conf b/picom/picom.conf
index 04ce84d..21c5fe6 100644
--- a/picom/picom.conf
+++ b/picom/picom.conf
@@ -6,6 +6,7 @@ rounded-corners-exclude = [
"window_type = 'dropdown_menu'",
"window_type = 'popup_menu'",
"window_type = 'tooltip'",
+ "window_type = 'dnd'",
"class_g = 'dwm'",
"class_g = 'dmenu'",
"class_g = 'Dunst'"