func LoadAtoms(conn *xgb.Conn, st interface{}, onlyIfExists bool) error
Tags can be used with: `loadAtoms:"atomname"`.
"st" should be a pointer to a struct with xproto.Atom fields.
"onlyIfExists" asks the x server to assign a value only if the atom exists.