diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2024-06-19 06:58:00 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2024-06-19 06:58:00 +0300 |
commit | eef114987d5a6373739b6d9af0e2a34dc7ad4319 (patch) | |
tree | 5d3898db011bb0202ad33cec1ff615b814d06341 /picom/picom.conf | |
parent | 4b1efeb6d6e5c6999ff0c9e56855b30a1bf18c84 (diff) |
Fix structure
Diffstat (limited to 'picom/picom.conf')
-rw-r--r-- | picom/picom.conf | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/picom/picom.conf b/picom/picom.conf deleted file mode 100644 index 17b0b29..0000000 --- a/picom/picom.conf +++ /dev/null @@ -1,14 +0,0 @@ -backend = "glx"; -vsync = true; -corner-radius = 20; - -rounded-corners-exclude = [ - "window_type = 'menu'", - "window_type = 'dropdown_menu'", - "window_type = 'popup_menu'", - "window_type = 'tooltip'", - "window_type = 'dnd'", - "class_g = 'dwm'", - "class_g = 'dmenu'", - "class_g = 'Dunst'" -]; |