raexera / yoru

A custom Linux environment built on AwesomeWM
GNU General Public License v3.0
3.48k stars 198 forks source link

picom.conf #176

Open tycoons opened 1 year ago

tycoons commented 1 year ago

Describe the bug Error parsing picom.conf shadow-exclude = [ "class_g = 'slop'", "class_g ?= 'peek'", "_NET_WM_WINDOW_TYPE@:a *= 'SPLASH'", commented "_NET_WM_WINDOW_TYPE@:a *= 'NOTIFICATION'", commented"window_type *= 'menu'", "window_type = 'utility'", "window_type = 'dropdown_menu'", commented "window_type = 'popup_menu'" ]; move to this shadow-exclude = [ "class_g = 'slop'", "class_g ?= 'peek'", "_NET_WM_WINDOW_TYPE@:a *= 'SPLASH'", "window_type = 'utility'", "window_type = 'dropdown_menu'" ];