diff options
author | tsxv478 <atci39@rambler.ru> | 2024-01-13 16:28:10 +0300 |
---|---|---|
committer | tsxv478 <atci39@rambler.ru> | 2024-01-13 16:28:10 +0300 |
commit | 4b7ac70fb4dffc59ff45c651cf7c169e1e601c21 (patch) | |
tree | ed81ce6b27159bf1cca18390e79605c5ef2b8c69 /picom | |
parent | 48363915dc5436b5abc1db1bd949157c686bb05f (diff) |
picom exclude dnd
Diffstat (limited to 'picom')
-rw-r--r-- | picom/picom.conf | 1 |
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'" |